Support Meta Box Group Displaying Group Meta Array via Astra Child & Beaver Builder Reply To: Displaying Group Meta Array via Astra Child & Beaver Builder

#14136
Anh TranAnh Tran
Keymaster

Hi Sam,

Showing group in a page builder is not supported yet. We're figuring it out the best way to do that.

The only way to do it now is via custom code. And please follow this docs:

https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-value

The group value is an array of sub-fields' values. So you need to extract them from the outer array. Let me know if you need any help.