carhop__plugins__PROD-DEV/plugins/carhop-blocks/build/content-card/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

37 lines
881 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "carhop-blocks/content-card",
"version": "0.1.0",
"title": "Content Card",
"category": "carhop-blocks",
"icon": "smiley",
"description": "Carte de contenu pour la mise en forme d'éléments de contenu",
"example": {},
"supports": {
"html": false
},
"textdomain": "carhop-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js",
"attributes": {
"hasBackgroundColor": {
"type": "boolean",
"default": false
},
"backgroundColor": {
"type": "string",
"default": "#136f63"
},
"hasLightBackground": {
"type": "boolean",
"default": true
},
"textColor": {
"type": "string",
"default": "#136f63"
}
}
}