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,67 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "generateblocks-pro/accordion-item",
"title": "Accordion Item",
"category": "generateblocks",
"parent": [
"generateblocks-pro/accordion"
],
"icon": "star",
"description": "The accordion item wrapper.",
"keywords": [
"accordion"
],
"version": "1.0.0",
"textdomain": "generateblocks-pro",
"attributes": {
"uniqueId": {
"type": "string",
"default": ""
},
"tagName": {
"type": "string",
"default": "",
"enum": [
"div",
"section",
"aside",
"li"
]
},
"styles": {
"type": "object",
"default": {}
},
"css": {
"type": "string",
"default": ""
},
"globalClasses": {
"type": "array",
"default": []
},
"htmlAttributes": {
"type": "object",
"default": {}
},
"openByDefault": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": false,
"className": false
},
"editorStyle": [
"file:./index.css"
],
"editorScript": "file:./index.js",
"providesContext": {
"generateblocks/accordion/openByDefault": "openByDefault"
},
"usesContext": [
"generateblocks/accordion/htmlAttributes"
]
}
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-url', 'generateblocks-pro-block-styles', 'generateblocks-pro-components', 'generateblocks-pro-styles-builder'), 'version' => 'dfa491b2e1a89c3b9647');
File diff suppressed because one or more lines are too long