29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "carhop-blocks/our-collection",
|
|
"version": "0.1.0",
|
|
"title": "Notre collection",
|
|
"category": "carhop-blocks",
|
|
"icon": "products",
|
|
"description": "Bloc pour afficher la collection de produits",
|
|
"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": {
|
|
"imageId": {
|
|
"type": "number",
|
|
"default": 0
|
|
},
|
|
"imageUrl": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
}
|
|
} |