Changeset 52042 for trunk/src/wp-includes/blocks/site-title/block.json
- Timestamp:
- 11/08/2021 02:26:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/site-title/block.json
r51199 r52042 4 4 "title": "Site Title", 5 5 "category": "design", 6 "description": "Displays and allows editing the name of the site. The site title usually appears in the browser title bar, in search results, and more. Also available in Settings > General.",6 "description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.", 7 7 "textdomain": "default", 8 8 "attributes": { … … 13 13 "textAlign": { 14 14 "type": "string" 15 }, 16 "isLink": { 17 "type": "boolean", 18 "default": true 19 }, 20 "linkTarget": { 21 "type": "string", 22 "default": "_self" 15 23 } 24 }, 25 "example": { 26 "viewportWidth": 500 16 27 }, 17 28 "supports": { … … 20 31 "color": { 21 32 "gradients": true, 22 "text": false,23 33 "link": true 24 34 }, … … 33 43 "__experimentalTextTransform": true, 34 44 "__experimentalFontStyle": true, 35 "__experimentalFontWeight": true 45 "__experimentalFontWeight": true, 46 "__experimentalLetterSpacing": true, 47 "__experimentalDefaultControls": { 48 "fontSize": true, 49 "lineHeight": true, 50 "fontAppearance": true, 51 "letterSpacing": true, 52 "textTransform": true 53 } 36 54 } 37 55 },
Note: See TracChangeset
for help on using the changeset viewer.