Changeset 53157 for trunk/src/wp-includes/blocks/site-tagline/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/site-tagline/block.json
r52275 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/site-tagline", 4 5 "title": "Site Tagline", 5 6 "category": "theme", 6 "description": "Describe in a few words what the website is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.",7 "description": "Describe in a few words what the site is about. The tagline can be used in search results or when sharing on social networks even if it's not displayed in the theme design.", 7 8 "keywords": [ "description" ], 8 9 "textdomain": "default", … … 16 17 "html": false, 17 18 "color": { 18 "gradients": true 19 "gradients": true, 20 "__experimentalDefaultControls": { 21 "background": true, 22 "text": true 23 } 19 24 }, 20 25 "spacing": {
Note: See TracChangeset
for help on using the changeset viewer.