Changeset 61009 for trunk/src/wp-includes/blocks/table/block.json
- Timestamp:
- 10/21/2025 07:11:53 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/table/block.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/table/block.json
r59775 r61009 15 15 "type": "rich-text", 16 16 "source": "rich-text", 17 "selector": "figcaption" 17 "selector": "figcaption", 18 "role": "content" 18 19 }, 19 20 "head": { … … 31 32 "content": { 32 33 "type": "rich-text", 33 "source": "rich-text" 34 "source": "rich-text", 35 "role": "content" 34 36 }, 35 37 "tag": { … … 76 78 "content": { 77 79 "type": "rich-text", 78 "source": "rich-text" 80 "source": "rich-text", 81 "role": "content" 79 82 }, 80 83 "tag": { … … 121 124 "content": { 122 125 "type": "rich-text", 123 "source": "rich-text" 126 "source": "rich-text", 127 "role": "content" 124 128 }, 125 129 "tag": {
Note: See TracChangeset
for help on using the changeset viewer.