31 lines
718 B
JSON
31 lines
718 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/chapo",
|
|
"version": "0.1.0",
|
|
"title": "Chapo",
|
|
"category": "carhop-blocks",
|
|
"icon": "smiley",
|
|
"description": "Chapo pour la mise en forme supérieure d'éléments de contenu",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"color": {
|
|
"text": true,
|
|
"background": false,
|
|
"link": false
|
|
}
|
|
},
|
|
"textdomain": "chapo",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "p"
|
|
}
|
|
}
|
|
} |