So I'm checking out plugins for two goals -
- a custom component catalogue (with drag/drop ability)
- a trigger (button for example) that can dispatch a new "content" payload into the UI (programmatic design I guess?)
Looking at docs - it seems like renderComponentList was what I needed for #1 - but its not doing what I expected.
Seems like it returns children, state & dispatch like other plugins but I thought I'd be able to have more granular control over the rendering of the component list.
Maybe I'm using it incorrectly - What is this feature intended for? And if not for making a custom component list -is there another feature that enables this?
RE: dispatching a new data payload - assuming I use the SetDataAction ?
Oh and one more question - any way to toggle visibility on the "outline" section without hiding the entire left sidebar? This is not extremely important but I want to render my own custom left sidebar (hence the question about custom component list rendering)