We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Now components that contains only Single or List value (like color or flags components) declared in custom section as simple value or list not object
before:
"Custom" : { "Flags" : { "flags" : [ "default" ] }, "Sorter" : { "Order" : 1 }, "RGBColor" : { "Color" : "red" } }
after
"Custom" : { "Flags" : [ "default" ], "Sorter" : 1, "RGBColor" : "red" }