carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/subscribe-infolettre/block.json
Antoine M 5dc6ea260d
All checks were successful
continuous-integration/drone/push Build is passing
CHORE REFACTOR upgrading plugin to handle a unique monopackage bundler
2025-11-20 11:06:56 +01:00

26 lines
657 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$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 à lhistoire sociale"
}
}
}