NOX-ROOT-MARAZ Manager v2
PHP 8+ Secure
/
home
/
xiedrke
/
maxi-bazaar
/
wp-includes
/
blocks
/
shortcode
/
Name
Size
Perms
Actions
📄 block.json
486 B
0644
Edit
|
Chmod
|
Delete
📄 editor-rtl.css
650 B
0644
Edit
|
Chmod
|
Delete
📄 editor-rtl.min.css
577 B
0644
Edit
|
Chmod
|
Delete
Editing: 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 }, "editorStyle": "wp-block-shortcode-editor" }
Cancel