26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
"apiVersion": 3,
|
||
"name": "carhop-blocks/subscribe-infolettre",
|
||
"version": "0.1.0",
|
||
"title": "Infolettre",
|
||
"category": "carhop-blocks",
|
||
"icon": "smiley",
|
||
"description": "Infolettre",
|
||
"example": {},
|
||
"supports": {
|
||
"html": false
|
||
},
|
||
"textdomain": "subscribe-infolettre",
|
||
"editorScript": "file:./index.js",
|
||
"editorStyle": "file:./index.css",
|
||
"style": "file:./style-index.css",
|
||
"viewScript": "file:./view.js",
|
||
"render": "file:./render.php",
|
||
"attributes": {
|
||
"title": {
|
||
"type": "string",
|
||
"default": "Restez connectés à l’histoire sociale"
|
||
}
|
||
}
|
||
} |