outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
180 stars 39 forks source link

Can't change the page template afterwards #95

Closed flymke closed 3 years ago

flymke commented 3 years ago

Hi there, maybe I am missing something but I can't change the page template on editing a page (actually I have 2 templates). When I newly create a page, I can choose the page template.

Bildschirmfoto 2021-09-15 um 14 32 10 Bildschirmfoto 2021-09-15 um 14 31 08
Tarpsvo commented 3 years ago

Hi! This is intentional - you can only set a template when creating a page to avoid any data loss. Otherwise you'd be looking at losing data or having data mismatches when switching between templates.

However, you can change the template in your database when you know what you're doing and really want to switch existing things around.