![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets-rebuild.corals.io/wp-content/plugins/ultimate-blocks/src/blocks/expand/ |
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "ub/expand", "title": "Expand", "category": "ultimateblocks", "description": "Expand Block lets you add expandable content. You can hide some part of your content initially. Upon clicking on ‘Show More’ it will show.", "keywords": [ "Preview", "Divider", "Hidden Content", "Show", "Hide", "Ultimate Blocks" ], "attributes": { "blockID": { "type": "string", "default": "" }, "initialShow": { "type": "boolean", "default": false }, "toggleAlign": { "type": "string", "default": "left" }, "allowScroll": { "type": "boolean", "default": false }, "scrollOption": { "type": "string", "default": "auto" }, "scrollOffset": { "type": "number", "default": 0 }, "scrollTarget": { "type": "string", "default": "" }, "scrollTargetType": { "type": "string", "default": "id" }, "padding": { "type": "object", "default": {} }, "margin": { "type": "object", "default": {} } }, "supports": {}, "editorStyle": "ultimate_blocks-cgb-block-editor-css", "editorScript": "ultimate_blocks-cgb-block-js", "style": "ultimate_blocks-cgb-style-css", "viewScript": "ultimate_blocks-expand-block-front-script" }