This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,90 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "generateblocks-pro/carousel-control",
"title": "Carousel Control",
"category": "generateblocks",
"description": "Add navigation controls for carousels.",
"ancestor": [
"generateblocks-pro/carousel"
],
"keywords": [
"carousel",
"control",
"navigation",
"generateblocks"
],
"textdomain": "generateblocks-pro",
"attributes": {
"uniqueId": {
"type": "string",
"default": ""
},
"controlType": {
"type": "string",
"default": ""
},
"openIcon": {
"type": "string",
"source": "html",
"selector": ".gb-carousel-control-icon:not(.gb-carousel-control-icon--alt)"
},
"closeIcon": {
"type": "string",
"source": "html",
"selector": ".gb-carousel-control-icon--alt"
},
"iconLocation": {
"type": "string",
"default": "before"
},
"iconOnly": {
"type": "boolean",
"default": false
},
"content": {
"type": "rich-text",
"source": "rich-text",
"selector": ".gb-carousel-control-text"
},
"carouselId": {
"type": "string",
"default": ""
},
"tagName": {
"type": "string",
"default": "",
"enum": [
"button",
"a"
]
},
"htmlAttributes": {
"type": "object",
"default": {}
},
"styles": {
"type": "object",
"default": {}
},
"globalClasses": {
"type": "array",
"default": []
},
"css": {
"type": "string",
"default": ""
}
},
"supports": {
"align": false,
"className": false,
"inserter": true
},
"editorScript": [
"file:./index.js"
],
"editorStyle": [
"file:./index.css"
]
}