Changeset 59775 for trunk/src/wp-includes/blocks/query/block.json
- Timestamp:
- 02/07/2025 03:44:07 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/query/block.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query/block.json
r59072 r59775 6 6 "category": "theme", 7 7 "description": "An advanced block that allows displaying post types based on different query parameters and visual configurations.", 8 "keywords": [ "posts", "list", "blog", "blogs", "custom post types" ], 8 9 "textdomain": "default", 9 10 "attributes": { … … 42 43 } 43 44 }, 44 "usesContext": [ " postType" ],45 "usesContext": [ "templateSlug" ], 45 46 "providesContext": { 46 47 "queryId": "queryId",
Note: See TracChangeset
for help on using the changeset viewer.