Hi,
In our company we are using a custom page type ProductionPage which is now need to be modified and include blogs. I am using Silverstripe Blog with ProductionPage
All the new Production page created should include blogs and the old Production page will show in the old format still.
Then problem here is ProductionPage type is referenced on other Page Types to generate reports.
I have two ideas in my mind and I am following one. Is that right way to do
1) Create a new Page Type ProductionBlogType extend BlogHolder and merge with DataList referenced in other pages types.
2) ProductionPage extend BlogHolder and choose templates to display. All the old pages will be set by default to old template .
Please Advice.
Thanks
B L Praveen