Changeset 56065 for trunk/src/wp-includes/blocks/post-excerpt/block.json
- Timestamp:
- 06/27/2023 02:20:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-excerpt/block.json
r55440 r56065 1 1 { 2 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 2,3 "apiVersion": 3, 4 4 "name": "core/post-excerpt", 5 "title": " PostExcerpt",5 "title": "Excerpt", 6 6 "category": "theme", 7 "description": "Display a post'sexcerpt.",7 "description": "Display the excerpt.", 8 8 "textdomain": "default", 9 9 "attributes": { … … 17 17 "type": "boolean", 18 18 "default": true 19 }, 20 "excerptLength": { 21 "type": "number", 22 "default": 55 19 23 } 20 24 },
Note: See TracChangeset
for help on using the changeset viewer.