18 lines
524 B
JSON
18 lines
524 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "homegrade-content-blocks/client-statisfaction",
|
|
"version": "0.1.0",
|
|
"title": "Satisfaction client",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Pour insérer un formulaire de satisfaction client",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "test",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php"
|
|
} |