golden hour
/home/godaofbq/oxyrenew.com/wp-includes/blocks/shortcode
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.json
531 B
Del
OK
editor-rtl.css
2.36 KB
Del
OK
editor-rtl.min.css
577 B
Del
OK
editor.css
2.36 KB
Del
OK
editor.min.css
577 B
Del
OK
Edit: block.json
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/shortcode", "title": "Shortcode", "category": "widgets", "description": "Insert additional custom elements with a WordPress shortcode.", "textdomain": "default", "attributes": { "text": { "type": "string", "source": "raw", "role": "content" } }, "supports": { "className": false, "customClassName": false, "html": false, "customCSS": false, "visibility": false }, "editorStyle": "wp-block-shortcode-editor" }
Save