Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New built-in ACF + page template targeting. #91

Closed
ccorda opened this issue Mar 28, 2021 · 2 comments
Closed

New built-in ACF + page template targeting. #91

ccorda opened this issue Mar 28, 2021 · 2 comments
Milestone

Comments

@ccorda
Copy link
Contributor

ccorda commented Mar 28, 2021

We currently have a wpgraphql workaround: Add ACF to Page Templates -- looks like it'll shortly be fixed, and we can remove ours

wp-graphql/wp-graphql-acf#229 (comment)

@ccorda
Copy link
Contributor Author

ccorda commented Jul 21, 2021

Also we don't need to rely on generateFlex(type) any more, since we can now do:

flexContent {
        ... on Template_Flex_Acfflex_FlexContent_WysiwygContent {
          ${fragmentSectionOptions}
          fieldGroupName
          contentWidth
          sectionHeading
          wysiwygContent
        }

@ccorda ccorda added this to the 1.0 milestone Aug 9, 2021
@ccorda
Copy link
Contributor Author

ccorda commented Oct 4, 2021

This is in now.

@ccorda ccorda closed this as completed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant