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

@@ -27,8 +27,8 @@
"type": "dynamiczone",
"components": [
"paragraph.testua",
"paragraph.youtube",
"paragraph.irudia"
"paragraph.irudia",
"paragraph.call-to-action"
]
}
}

View File

@@ -0,0 +1,19 @@
{
"collectionName": "components_paragraph_call_to_actions",
"info": {
"displayName": "call to action",
"icon": "rocket"
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
},
"label": {
"type": "string",
"required": true
}
},
"config": {}
}