Hello,
I have created a block where I use other custom fields, which get not updated in that block.
This custom fields gets rendered on the homepage, but not in the editor.
{% set review_summary = mb.rwmb_meta( 'review_button_text', '', post.ID ) %}
{{ review_button_text }}
How can I show the variable "review_button_text" also in the editor?
thanks
Jochen