Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants