Is it possible to nest a leblender grid type inside another?
I often run into scenarios where i need to do a "component" which contains some "intro" content, and then a list of elements, like this:
They are easy to do seperately, bu im looking to do it in one grid type "Speakers", where the editor can enter a headline, a byline, and the x number of speakers...
Nesting
Is it possible to nest a leblender grid type inside another?
I often run into scenarios where i need to do a "component" which contains some "intro" content, and then a list of elements, like this:
They are easy to do seperately, bu im looking to do it in one grid type "Speakers", where the editor can enter a headline, a byline, and the x number of speakers...
Is this possible? if so how?
You could do this by using Archetype and LeBlender together.
Create a grid editor of type LeBlender Editor and add these properties:
(Textstring)Headline
(Textstring)Byline
(ArcheType)Speakers
Speakers being an Archetype with the properties you need to repeat(Image, Name, Text, Link etc...)
I ended up using the "Nested content" package in combination with Leblender. Works great.
is working on a reply...