Changeset 53157 for trunk/src/wp-includes/blocks/post-author/block.json
- Timestamp:
- 04/12/2022 03:10:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-author/block.json
r52069 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/post-author", 4 5 "title": "Post Author", 5 6 "category": "theme", 6 "description": " Add the author of this post.",7 "description": "Display post author details such as name, avatar, and bio.", 7 8 "textdomain": "default", 8 9 "attributes": { … … 46 47 "gradients": true, 47 48 "link": true, 48 "__experimentalDuotone": ".wp-block-post-author__avatar img" 49 "__experimentalDuotone": ".wp-block-post-author__avatar img", 50 "__experimentalDefaultControls": { 51 "background": true, 52 "text": true 53 } 49 54 } 50 55 },
Note: See TracChangeset
for help on using the changeset viewer.