wpengine / wpengine/wp-graphql-content-blocks
Support Querying Blocks with Supports: Align in WordPress
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 149
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently, WordPress content blocks support the align attribute when defined in their supports configuration. However, there is no dedicated way to query blocks based on this attribute. This ticket proposes adding support for querying blocks that include:
"supports": {
"align": true
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test entry point is identified in the issue. Start by locating the repository's existing block-query support and its handling of block supports, then trace how align is represented. Done means blocks declaring "supports": {"align": true} can be queried through the plugin, with coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, php, wordpress
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100