Is it possible to run the page builder on multiple editors
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();…