homegrade_blocks_production/blocks/cta-slim/build/block.json
2025-08-05 15:35:23 +02:00

33 lines
809 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/cta-slim",
"version": "0.1.0",
"title": "Call to action Léger",
"category": "homegrade-blocks",
"icon": "smiley",
"description": "Example block scaffolded with Create Block tool.",
"supports": {
"html": false
},
"parent": [
"homegrade-content-blocks/content-page-header"
],
"textdomain": "homegrade-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"attributes": {
"ctaTextLabel": {
"type": "string",
"default": "Tapez le texte de votre Lien ici"
},
"ctaLink": {
"type": "object",
"default": {
"url": "#",
"target": "_self"
}
}
}
}