Is it possible to run the page builder on multiple editors
By Cristian Carp, 6 years ago. Last reply by Cristian Carp, 6 years ago
Hello, Can I activate the page builder on multiple wp_editors (I am loading them through meta boxes)? I tried doing it via JS by customizing the variables before builderView .render() .attach( { container: container } ) .setDataField( field ) .attachToEditor(); But so far it has proven a bit difficult. Can you please advise? Thank you…