54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/document-card",
|
|
"version": "0.1.0",
|
|
"title": "Document Card",
|
|
"category": "carhop-blocks",
|
|
"icon": "smiley",
|
|
"description": "Document Card pour la mise en forme supérieure d'éléments de contenu",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false,
|
|
"color": {
|
|
"text": true,
|
|
"background": false,
|
|
"link": false
|
|
}
|
|
},
|
|
"textdomain": "document-card",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"viewScript": "file:./view.js",
|
|
"attributes": {
|
|
"isInitilized": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"documentType": {
|
|
"type": "string",
|
|
"default": "document",
|
|
"enum": [
|
|
"internal",
|
|
"external"
|
|
]
|
|
},
|
|
"documentFileSize": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"documentUrl": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"documentId": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"UserhasValidatedExternalUrl": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
}
|
|
} |