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

feat: Support mutations for ACF fields #351

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

alaa-alshamy
Copy link

Support mutations for ACF fields but there's some limitations, this pull request only support the following:

  • Posts and Terms mutations
  • Only support the following ACF fields:
    • button_group
    • color_picker
    • email
    • text
    • message
    • oembed
    • password
    • wysiwyg
    • url
    • textarea
    • radio
    • select
    • number
    • range
    • true_false
    • date_picker
    • time_picker
    • date_time_picker
    • relationship
    • image
    • file
    • checkbox
    • taxonomy
    • group
    • repeater

@colmobildev
Copy link

Waiting for this! It's a high-demand feature!!

Alaa added 2 commits December 15, 2023 10:42
…e/update post/term from UI and that to be more compatible with other plugins that waiting the acf to be saved to do something depending on it like WPML sync feature that sync acf data from master post to its translations.

Also fix a case that relationships field can be single id so wrap it in array
…vision instead of the real post that we need
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

Successfully merging this pull request may close these issues.

None yet

3 participants