I use my own code to register custom post types with their own custom fields (ie, I’m not using ACF/Metabox/etc). Bricks has no trouble accessing the custom fields (if field is ‘foo_bar’, referencing it as {cf_foo_bar}
), but it would be nice if the Custom Field section of the dynamic data dropdown in the builder would have the possible field names added to it.
How are fields added to the “Custom Field” section of the dynamic data drop down? Is there a filter or is Bricks just tuned to go ask ACF/Metabox (if installed) directly? If there isn’t a filter yet, could there be?