77 lines
1.4 KiB
JSON
77 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "generateblocks-pro/carousel",
|
|
"title": "Carousel",
|
|
"category": "generateblocks",
|
|
"icon": "star",
|
|
"description": "Display content in a sliding carousel.",
|
|
"keywords": [
|
|
"carousel",
|
|
"slider",
|
|
"slideshow"
|
|
],
|
|
"version": "1.0.0",
|
|
"textdomain": "generateblocks-pro",
|
|
"attributes": {
|
|
"uniqueId": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"styles": {
|
|
"type": "object",
|
|
"default": {}
|
|
},
|
|
"css": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"globalClasses": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"tagName": {
|
|
"type": "string",
|
|
"default": "",
|
|
"enum": [
|
|
"div",
|
|
"section",
|
|
"article",
|
|
"aside",
|
|
"header",
|
|
"footer",
|
|
"nav",
|
|
"main",
|
|
"figure",
|
|
"a",
|
|
"ul",
|
|
"ol",
|
|
"li",
|
|
"dl",
|
|
"dt",
|
|
"dd"
|
|
]
|
|
},
|
|
"htmlAttributes": {
|
|
"type": "object",
|
|
"default": {}
|
|
},
|
|
"showTemplateSelector": {
|
|
"type": "boolean",
|
|
"default": false
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": false,
|
|
"className": false
|
|
},
|
|
"editorScript": [
|
|
"file:./index.js"
|
|
],
|
|
"editorStyle": [
|
|
"file:./index.css"
|
|
],
|
|
"providesContext": {
|
|
"generateblocks/carousel/htmlAttributes": "htmlAttributes"
|
|
}
|
|
} |