BeaconCMS / beacon_live_admin

Admin UI to manage content for sites built by Beacon
https://beaconcms.org
MIT License
47 stars 19 forks source link

Page Builder - enable the editor on New pages #131

Closed leandrocp closed 2 months ago

leandrocp commented 5 months ago

Users have the option to edit a page template either using the Code Editor (default view) or the Visual Editor:

Screenshot 2024-06-12 at 4 21 00 PM

But they don't have the option to use the Visual Editor when creating a new page:

Screenshot 2024-06-12 at 4 21 23 PM

We want to add that "Visual Editor" button on the "Create Page" to allow users creating new pages from scratch using the visual editor but we need to double check if the visual editor works with a blank page, ie: if users can drag and drop components into the page, edit attributes, and save the changes.

In other words, users should be able to create and publish pages only using the visual editor.

leandrocp commented 2 months ago

Closed by https://github.com/BeaconCMS/beacon_live_admin/pull/172