Umbraco Block Grid Question
# help-with-umbraco
c
Hi, I have a question on Umbraco 14 block grid. I am trying to make a list of links that would be under
Navigation
content on
settings
Document. I would like to know if it is possible, to use any of the existing data types to do this. The Block Grid with element picker is ok, but I would like it so when I click
Add Link List Node
, it just opens up the
URL picker
field https://cdn.discordapp.com/attachments/1274348792518541382/1274348792849629205/image.png?ex=66c1ed4c&is=66c09bcc&hm=7eb9a0be06b5fbb52cd454bf66e80b6a81ee07a65b70b2e1c30d9bf5379f9295&
When I click into the link list node, im then able to add multiple list nodes. I just need to be able to add 1 top level (as first screenshot shows), instead of just having one Node, but multipple nested link items. https://cdn.discordapp.com/attachments/1274348792518541382/1274349114577911808/image.png?ex=66c1ed99&is=66c09c19&hm=6b3da97770feadeeb274ebf31d652442a0c3587533a5a47006d567407f19f84f&
a
What about a Block List with only an Element "Links" that contain a MultinodeTreePicker property only ?
For navigation I usually build a seperate tree under a
Data
document type, with a
Menu
beneath it, that can contain
MenuItems
(and
MenuItems
can also contain
MenuItems
and then you just create the menu in the structure. This way you dont have issues if you need to have more childs or anything, and the structure is clearly visible
Sorry, I just figured out what u meant
thanks - didnt realise that could do that 🙂
2 Views