Changeset 53157 for trunk/src/wp-includes/blocks/query/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/query/block.json
r51199 r53157 1 1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 2 3 "apiVersion": 2, 3 4 "name": "core/query", … … 17 18 "offset": 0, 18 19 "postType": "post", 19 "categoryIds": [],20 "tagIds": [],21 20 "order": "desc", 22 21 "orderBy": "date", … … 25 24 "exclude": [], 26 25 "sticky": "", 27 "inherit": true 26 "inherit": true, 27 "taxQuery": null 28 28 } 29 29 }, … … 49 49 "color": { 50 50 "gradients": true, 51 "link": true 51 "link": true, 52 "__experimentalDefaultControls": { 53 "background": true, 54 "text": true 55 } 52 56 }, 53 57 "__experimentalLayout": true
Note: See TracChangeset
for help on using the changeset viewer.