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/text-columns", |
18 | 5 |
"title": "Text Columns (deprecated)", |
16 | 6 |
"icon": "columns", |
7 |
"category": "design", |
|
18 | 8 |
"description": "This block is deprecated. Please use the Columns block instead.", |
9 |
"textdomain": "default", |
|
16 | 10 |
"attributes": { |
11 |
"content": { |
|
12 |
"type": "array", |
|
13 |
"source": "query", |
|
14 |
"selector": "p", |
|
15 |
"query": { |
|
16 |
"children": { |
|
17 |
"type": "string", |
|
18 |
"source": "html" |
|
19 |
} |
|
20 |
}, |
|
18 | 21 |
"default": [ {}, {} ] |
16 | 22 |
}, |
23 |
"columns": { |
|
24 |
"type": "number", |
|
25 |
"default": 2 |
|
26 |
}, |
|
27 |
"width": { |
|
28 |
"type": "string" |
|
29 |
} |
|
30 |
}, |
|
31 |
"supports": { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
32 |
"inserter": false, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
33 |
"interactivity": { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
34 |
"clientNavigation": true |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
35 |
} |
18 | 36 |
}, |
37 |
"editorStyle": "wp-block-text-columns-editor", |
|
38 |
"style": "wp-block-text-columns" |
|
16 | 39 |
} |