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
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
@danielbachhuber when using register_rest_field, should we register all fields or should we make that opt-in. The default is no get/update/schema callback right now.
I think if no preference is specified when a field is created then it should be exposed by default. That way if the developer who creates a new field is lazy she'll get out-of-the-box functionality via REST. The developer should be able, however, to choose to opt-out of REST support if they're going to implement their own interface.
Are there any plans for the rest API support?
The text was updated successfully, but these errors were encountered: