Due to the lack of documentation I have a hard time figuring out how to add component settings (traits) into the Style Manager panel section as it is in the demo.
Is there a block of code that exists? I spent 2 days trying to figure this out but I couldn't find anything
styleManager: {
sectors: [
{
name: "General",
open: !1,
buildProps: ["float", "display", "position", "top", "right", "left", "bottom"]
}, {
name: "Dimension",
open: !1,
buildProps: ["width", "height", "max-width", "min-height", "margin", "padding"]
},
I want to add the component settings inside the Style Manager