Hi guys. This is my first post here so please don't judge me.
The problem which I'm struggling to resolve is that I need to have a list of fields to be as subitem of current set of fields. The textarea does not fit, because I need these items to be as li's on a view. So it should be like this:
Blocks
You see a set of blocks and the list should be in every of them. The one on a screenshot was achieved in this way:
fields:
*here's other text fields*
.columns-details:
type: list
label: Columns details
But when I press 'Add item' it shows me two fields and they are inactive:
Nested list
I know that I did not configure any of fields inside. But if I do:
fields:
*here's other text fields*
.columns-details:
type: list
label: Columns details
fields:
.text:
type: text
label: text
the page in admin panel just disappear, which I consider as wrong yaml syntax.
Can you please point me in right direction, how to make nested subitem in list as another list with text fields?
Much thanks in advance!