-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independently
Description
I origonally opened this ticket, wp-graphql/wpgraphql-acf#204, but Jason Bahl directed me to open one here instead.
Steps to reproduce
- Create a ACF block type and enable anchor attribute in the block type settings under the "Supports" tab.
- Add the block to a page and include an anchor to the block.
- Query:
query NewQuery {
page(id: "/[PAGE-PATH]", idType: URI) {
editorBlocks {
... on [BLOCK] {
attributes {
anchor
}
}
}
}
}Anchors work for core blocks, but not for ACF blocks
EthanCPP and marco910
Metadata
Metadata
Assignees
Labels
needs: reproductionThis issue needs to be reproduced independentlyThis issue needs to be reproduced independently
Type
Projects
Status
β
Needs Reproduction