Changeset 53157 for trunk/src/wp-includes/blocks/archives/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/archives/block.json
r50929 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/archives", 4 5 "title": "Archives", 5 6 "category": "widgets", 6 "description": "Display a monthlyarchive of your posts.",7 "description": "Display a date archive of your posts.", 7 8 "textdomain": "default", 8 9 "attributes": { … … 14 15 "type": "boolean", 15 16 "default": false 17 }, 18 "type": { 19 "type": "string", 20 "default": "monthly" 16 21 } 17 22 },
Note: See TracChangeset
for help on using the changeset viewer.