Changeset 55246 for trunk/src/wp-includes/blocks/post-author/block.json
- Timestamp:
- 02/07/2023 07:01:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-author/block.json
r54257 r55246 24 24 "byline": { 25 25 "type": "string" 26 }, 27 "isLink": { 28 "type": "boolean", 29 "default": false 30 }, 31 "linkTarget": { 32 "type": "string", 33 "default": "_self" 26 34 } 27 35 }, 28 36 "usesContext": [ "postType", "postId", "queryId" ], 29 37 "supports": { 38 "anchor": true, 30 39 "html": false, 31 40 "spacing": {
Note: See TracChangeset
for help on using the changeset viewer.