feat: call to action paragraph-a sortzen du

This commit is contained in:
2025-09-09 17:55:57 +02:00
parent 8c251caedb
commit 9929d0ef5a
8 changed files with 106 additions and 4 deletions

View File

@@ -13,7 +13,17 @@ interface ParagraphTestua {
testua: Markdown;
}
export type Paragraph = ParagraphTestua | ParagraphIrudia;
interface ParagraphCallToAction {
type: "ComponentParagraphCallToAction";
id: string;
url: string;
label: string;
}
export type Paragraph =
| ParagraphTestua
| ParagraphIrudia
| ParagraphCallToAction;
export interface OrriBasikoa {
id: string;