Changeset 56710 for trunk/src/wp-includes/blocks/button/block.json
- Timestamp:
- 09/26/2023 02:20:18 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/button/block.json (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/button/block.json
r56065 r56710 10 10 "textdomain": "default", 11 11 "attributes": { 12 "tagName": { 13 "type": "string", 14 "enum": [ "a", "button" ], 15 "default": "a" 16 }, 17 "type": { 18 "type": "string", 19 "default": "button" 20 }, 12 21 "textAlign": { 13 22 "type": "string" … … 23 32 "type": "string", 24 33 "source": "attribute", 25 "selector": "a ",34 "selector": "a,button", 26 35 "attribute": "title", 27 36 "__experimentalRole": "content" … … 30 39 "type": "string", 31 40 "source": "html", 32 "selector": "a ",41 "selector": "a,button", 33 42 "__experimentalRole": "content" 34 43 },
Note: See TracChangeset
for help on using the changeset viewer.