73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/chapter-section",
|
|
"version": "0.1.0",
|
|
"title": " Section Chapitre",
|
|
"category": "carhop-blocks",
|
|
"icon": "smiley",
|
|
"description": "Example block scaffolded with Create Block tool.",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "carhop-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"render": "file:./render.php",
|
|
"attributes": {
|
|
"align": {
|
|
"type": "string",
|
|
"default": "full"
|
|
},
|
|
"coverUrl": {
|
|
"type": "string"
|
|
},
|
|
"coverAlt": {
|
|
"type": "string"
|
|
},
|
|
"coverId": {
|
|
"type": "number"
|
|
},
|
|
"coverSize": {
|
|
"type": "string",
|
|
"default": "large",
|
|
"enum": [
|
|
"small",
|
|
"medium",
|
|
"grande",
|
|
"large"
|
|
]
|
|
},
|
|
"disposition": {
|
|
"type": "string",
|
|
"default": "left",
|
|
"enum": [
|
|
"left",
|
|
"right"
|
|
]
|
|
},
|
|
"hasBackgroundColor": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"backgroundColor": {
|
|
"type": "string",
|
|
"default": "#ffffff"
|
|
},
|
|
"backgroundOrientation": {
|
|
"type": "string",
|
|
"default": "left",
|
|
"enum": [
|
|
"left",
|
|
"right"
|
|
]
|
|
}
|
|
},
|
|
"usesContext": [
|
|
"postType",
|
|
"postId"
|
|
]
|
|
} |