Support

Account

Home Forums Feedback Workflow hassle for multiple developers making a theme and plugins Reply To: Workflow hassle for multiple developers making a theme and plugins

  • I’ve posted my “multiple save points” code over on the other topic: https://support.advancedcustomfields.com/forums/topic/multiple-save-locations-for-json/
    And here: https://gist.github.com/toscani/635a0ef618fd199d069550f124fe68e6

    I’ve also been looking at sync plugins/code made my own for that, because I don’t trust old code from the internet, and I want to create a complete package specific to my workflow. If anyone else wants to hop aboard that’s fine by me.

    I’ve already put the sync code in the package plugin: https://github.com/Brugman/acf-agency-workflow
    That one’s got one bug atm: You can’t delete any FG because it will get synced back soon after. So I’m going to have to add a hook to delete the JSON when a FG gets deleted.