diff --git a/platform/features/layout/bundle.json b/platform/features/layout/bundle.json index 3c86ca8421..a85ce3d980 100644 --- a/platform/features/layout/bundle.json +++ b/platform/features/layout/bundle.json @@ -29,7 +29,6 @@ "glyph": "+", "control": "menu-button", "text": "Add", - "inclusive": true, "options": [ { "name": "Box", @@ -61,7 +60,6 @@ "method": "order", "glyph": "o", "control": "menu-button", - "inclusive": true, "options": [ { "name": "Move to Top", @@ -88,8 +86,12 @@ { "property": "fill", "glyph": "X", - "control": "color", - "inclusive": true + "control": "color" + }, + { + "property": "stroke", + "glyph": "-", + "control": "color" } ] }, diff --git a/platform/features/layout/res/templates/elements/box.html b/platform/features/layout/res/templates/elements/box.html index 58ecf860d7..3ca8eef7da 100644 --- a/platform/features/layout/res/templates/elements/box.html +++ b/platform/features/layout/res/templates/elements/box.html @@ -1,3 +1,3 @@ -