Changeset 53157 for trunk/src/wp-includes/blocks/paragraph/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/paragraph/block.json
r52042 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/paragraph", 4 5 "title": "Paragraph", 5 6 "category": "text", 6 "description": "Start with the b uilding block of all narrative.",7 "description": "Start with the basic building block of all narrative.", 7 8 "keywords": [ "text" ], 8 9 "textdomain": "default", … … 34 35 "className": false, 35 36 "color": { 36 "link": true 37 "link": true, 38 "__experimentalDefaultControls": { 39 "background": true, 40 "text": true 41 } 37 42 }, 38 43 "typography": {
Note: See TracChangeset
for help on using the changeset viewer.