Changeset 59775 for trunk/src/wp-includes/blocks/post-title/block.json
- Timestamp:
- 02/07/2025 03:44:07 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/post-title/block.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-title/block.json
r59072 r59775 21 21 "isLink": { 22 22 "type": "boolean", 23 "default": false 23 "default": false, 24 "role": "content" 24 25 }, 25 26 "rel": { 26 27 "type": "string", 27 28 "attribute": "rel", 28 "default": "" 29 "default": "", 30 "role": "content" 29 31 }, 30 32 "linkTarget": { 31 33 "type": "string", 32 "default": "_self" 34 "default": "_self", 35 "role": "content" 33 36 } 34 37 },
Note: See TracChangeset
for help on using the changeset viewer.