I'm struggling to add component settings (traits) into the Style Manager panel section because of insufficient documentation. The way it is demonstrated in the demo is not clear to me.
Is there a specific block of code that I should be using? I've spent two days trying to figure this out, but so far, I haven't found any solutions.
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"]
},
The goal is to include the component settings within the Style Manager interface.