Hello,
The function mb_get_block_field()
only gets the field value when the block data is saved as attributes (default). If you save the data as post meta, you can use the helper function rwmb_meta()
, for example:
WYSIWYG field: {{ mb.rwmb_meta( 'wysiwyg_field_id', '', post_id ) }}