Upgrade from 12 to 13?
# help-with-umbraco
j
Hi - we have built a lot of custom CMS Block Grid controllers to set up the CMS styled blocks. in 12. If we finally upgrade the CMS to 13 (when it comes out) will we need to revisit these CMS blocks to replace the AngularJS or is AngularJS remaining in 13 +? Thanks
s
Angular JS is staying in v13 v14 should be introducing a new backoffice that is build on webcomponents (with some Lit support)
j
Would a new website built in 12 then upgraded purely by doing a DLL (nuget package update) upgrade to 13 be then possible to upgrade to 14 without any type of re-build? if using out of the box Block Grid components?
s
as long as nothing in the backoffice was customized (including packages), then i am 99% sure it would work. We are not changing our storage model. There is a feature in the works that should hit v14 regarding elements (which the block system uses) but that should have a migration to move everything into the new format.
j
Great 🙂
Is there away to make the CMS block views (in the current 12 version) look nice without using Angular JS? We currently use a Content picker on some of the blocks which we need to use to get certain options in the CMS Block Grid (html) views.
s
When configuring or displaying?
so the list on the property, or when you click on a block to fill in the data
j
For displaying
s
j
This looks great - thanks
p
I've recently worked a lot with the block preview plugin! It works awesome and hopefully something will come out of the box from the umbraco team! 🙂
a
My team actually built an in-house preview solution much like the block preview package, because at the time it didn’t exist. It’s funny to see how similar our solution was.
62 Views