Changeset 55246 for trunk/src/wp-includes/blocks/table/block.json
- Timestamp:
- 02/07/2023 07:01:56 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/table/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/table/block.json
r54257 r55246 48 48 "source": "attribute", 49 49 "attribute": "data-align" 50 }, 51 "colspan": { 52 "type": "string", 53 "source": "attribute", 54 "attribute": "colspan" 55 }, 56 "rowspan": { 57 "type": "string", 58 "source": "attribute", 59 "attribute": "rowspan" 50 60 } 51 61 } … … 83 93 "source": "attribute", 84 94 "attribute": "data-align" 95 }, 96 "colspan": { 97 "type": "string", 98 "source": "attribute", 99 "attribute": "colspan" 100 }, 101 "rowspan": { 102 "type": "string", 103 "source": "attribute", 104 "attribute": "rowspan" 85 105 } 86 106 } … … 118 138 "source": "attribute", 119 139 "attribute": "data-align" 140 }, 141 "colspan": { 142 "type": "string", 143 "source": "attribute", 144 "attribute": "colspan" 145 }, 146 "rowspan": { 147 "type": "string", 148 "source": "attribute", 149 "attribute": "rowspan" 120 150 } 121 151 }
Note: See TracChangeset
for help on using the changeset viewer.