You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to import existing fields, and have that only update the field metadata, and not affect any entries that may be using these fields (unless the fields go away). If i try to import fields that already exist, it tells me the handle name exists and won't import.
I hope this makes sense.
The text was updated successfully, but these errors were encountered:
So you'd like to be able to overwrite settings for the field? For instance - a text field has things like placeholder, size, etc. Where it gets tricky is things like element fields which have a limit. What if you change the field limit to 1, but your entries have more than one element (think Assets)? These will be removed next time you edit the entry, which might not be what you want. I'm sure there are other cases too, but its something to consider.
Even with this caveat, I think this is a great idea. ACF Pro for WordPress (hiss) does just this, albeit through its regularly generated JSON files that can be pushed up from local in order to keep fields in sync without having to rely on editing on production first and then distributing on every other server.
Would be nice to be able to import existing fields, and have that only update the field metadata, and not affect any entries that may be using these fields (unless the fields go away). If i try to import fields that already exist, it tells me the handle name exists and won't import.
I hope this makes sense.
The text was updated successfully, but these errors were encountered: