Is it possible to run the page builder on multiple editors
developerpluginplugin-page-builder · By Cristian Carp · 7 years ago · Reply by Cristian Carp 7 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();…