-
Notifications
You must be signed in to change notification settings - Fork 62
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
ACF Extended Compatible? #173
Comments
Yes. You will have to export JSON/PHP or code dive to find out what keys/fields are called, though. Most are prefixed with |
I was wondering about this and if there was a place to find this in documentation or elsewhere. The best I could find was that their code seems to define defaults for each of their custom fields. https://github.com/search?q=repo%3Aacf-extended%2FACF-Extended++%24this-%3Edefaults&type=code&p=2 So you might be able to use this search result to find the settings keys and the custom field type name needed to configure the fields from ACF Builder directly. |
I've just gone into native ACF, create the field and set ACF/ACFE settings, then export the field group as PHP. The output will give you all the options you need to place in your Once you get over that, ACF Builder is a awsome tool. Really saves a ton of the initial effort in getting a site set up. For Example: |
If you're using Log1x ACF-Composer you can also set acfe defaults for specific field types:
I also found a few available settings by searching on GitHub |
Hi, is this compatible with the additional options, configurations and fields in ACF Extended?
https://www.acf-extended.com/
The text was updated successfully, but these errors were encountered: