Hey,
how is it possible to use additional fields from WP API? For now, it seems that it’s filtered and I have to adapt wp-source to set additional fields in the models, is that correct or is there an easier option, maybe with adapting a configuration?
The documentation for Carbon Fields says the following about adding fields to the WP REST API:
Fields can be exposed in WordPress’ REST API by using their set_visible_in_rest_api() method: Field::make(...)->set_visible_in_rest_api( $visible = true )
If the problem is in the REST API output maybe you are going to have more luck if you ask about it to the owner/maintainers of the ACF TO REST API plugin. I’m sure they’ll know more about the issue