37 lines
787 B
JSON
37 lines
787 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/cta",
|
|
"version": "0.1.0",
|
|
"title": "Cta",
|
|
"category": "carhop-blocks",
|
|
"icon": "smiley",
|
|
"description": "Un bouton de lien",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "carhop-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"render": "file:./render.php",
|
|
"attributes": {
|
|
"text": {
|
|
"type": "string",
|
|
"default": "Call to action"
|
|
},
|
|
"link": {
|
|
"type": "object"
|
|
},
|
|
"align": {
|
|
"type": "string",
|
|
"default": "left"
|
|
},
|
|
"color": {
|
|
"type": "string",
|
|
"default": null
|
|
}
|
|
}
|
|
} |