I'm converting Umbraco 8 package to Umbraco 11, but our Umbraco 8 version we used a custom grid layout editor.
According to my knowledge, I can't use it with Umbraco 11 as it has Block content. (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor#1-default-rendering)
So I need to find a way to implement a custom block type with the same features and functionality which we used in Umbraco 8 package. Can anybody guide me on where can I start this or suggest when to explain the documentation?
Create Custom Block For Umbraco 11 Grid Layout
I'm converting Umbraco 8 package to Umbraco 11, but our Umbraco 8 version we used a custom grid layout editor. According to my knowledge, I can't use it with Umbraco 11 as it has Block content. (https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor#1-default-rendering) So I need to find a way to implement a custom block type with the same features and functionality which we used in Umbraco 8 package. Can anybody guide me on where can I start this or suggest when to explain the documentation?
The block grid editor which you mentioned is the new property to have block items in a grid layout just like the grid property.
I can see that it is still possible to use the grid property. in Umbraco 11. If that made it easier to migrate from 8:
https://docs.umbraco.com/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/grid-layout?_ga=2.251531398.1636358724.1675324589-1510353993.1670929607
is working on a reply...