wpengine / wpengine/wp-graphql-content-blocks

Support Querying Blocks with Supports: Align in WordPress

Open
#361 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

impact: high scope: performance
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.