Skip to content

Recursive tool support? #57

@nickolasjadams

Description

@nickolasjadams

I've been struggling to write a configuration for the nestedList tool plugin.

At first I thought the documentation said this was possible with "data" and "-".

But after looking at the example and struggling, I'm wondering if I misinterpreted the docs.

Has anybody successfully written a configuration for something like this

  • content1
  • content1.1
    • content2
"type": "nestedList", 
"data": {
    "style": "unordered",
    "items": [
            {
                "content": "content1",
                "items": []
            }, 
            {
                "content": "content1.1",
                "items": [
                    {
                        "content": "content2",
                        "items": []
                    }
                ]
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions