{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "textdomain": "getwid", "name": "getwid/section", "description": "Groups content into a customizable section.", "category": "getwid-blocks", "title": "Section", "keywords": [ "container", "wrapper", "row" ], "supports": { "anchor": true, "align": [ "wide", "full" ], "html": false }, "editorScript": [ "jquery", "slick", "file:./index.js" ], "editorStyle": [ "slick", "slick-theme", "animate", "file:./index.css" ], "style": [ "file:./style-index.css" ], "viewScript": [ "jquery", "file:./view.js" ] }