author | ymh <ymh.work@gmail.com> |
Mon, 08 Sep 2025 19:44:41 +0200 | |
changeset 23 | 417f20492bf7 |
parent 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
16 | 1 |
{ |
19 | 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
3 |
"apiVersion": 3, |
16 | 4 |
"name": "core/shortcode", |
18 | 5 |
"title": "Shortcode", |
16 | 6 |
"category": "widgets", |
18 | 7 |
"description": "Insert additional custom elements with a WordPress shortcode.", |
8 |
"textdomain": "default", |
|
16 | 9 |
"attributes": { |
10 |
"text": { |
|
11 |
"type": "string", |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
12 |
"source": "raw" |
16 | 13 |
} |
14 |
}, |
|
15 |
"supports": { |
|
16 |
"className": false, |
|
17 |
"customClassName": false, |
|
18 |
"html": false |
|
18 | 19 |
}, |
20 |
"editorStyle": "wp-block-shortcode-editor" |
|
16 | 21 |
} |