NodeJS pages update in 3.9.6 - quick question re compatability

In the 3.9.6 update we have this:

Pages Manager

  • Improve the content pages creation in NodeJS, when no layout is selected, still a content page is created.

As the old no-layout content pages create full HTML type docs, do we need to do anything with these? As new no-layout pages code is different. Will there be any issues leaving the old pages as they are?

We changed indeed the behavior that should be expected when creating a content page - to do just that, create a content page, not a full page.

So you can assign a layout later or use it for dynamic view loading.

If you want a full page, assign a layout.

Thanks George,

I’ve created a blank layout page and assigned that to the content page that was not rendering. Working fine now. I guess I’ll need to recreate all the old full page content pages now with the same approach.

1 Like