feat: call to action paragraph-a sortzen du
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
"type": "dynamiczone",
|
||||
"components": [
|
||||
"paragraph.testua",
|
||||
"paragraph.youtube",
|
||||
"paragraph.irudia"
|
||||
"paragraph.irudia",
|
||||
"paragraph.call-to-action"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
19
back/src/components/paragraph/call-to-action.json
Normal file
19
back/src/components/paragraph/call-to-action.json
Normal 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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user