Ju99ernaut / grapesjs-template-manager

Template and page manager for grapesjs
MIT License
79 stars 35 forks source link

Request: Custom view options for pages and/or template view #36

Closed marke-dev closed 1 year ago

marke-dev commented 1 year ago

Have an option to display "open-pages" into your own div container instead of the default GrapeJS panel.

Ju99ernaut commented 1 year ago

You can use editor.PagesApp.render().get(0) to get the html element which you can append anywhere.