diff --git a/src/lib/make-toolbox-xml.js b/src/lib/make-toolbox-xml.js index 5194402ce3a..e96fb370ea0 100644 --- a/src/lib/make-toolbox-xml.js +++ b/src/lib/make-toolbox-xml.js @@ -928,7 +928,8 @@ const myBlocks = function (isInitialSetup, isStage, targetId, colors) { const hackedBlocks = function (isInitialSetup, isStage, targetId, colors) { // Note: the category's secondaryColour matches up with the blocks' tertiary color, both used for border color. return ` - + + @@ -937,11 +938,72 @@ const hackedBlocks = function (isInitialSetup, isStage, targetId, colors) { ${blockSeparator} + + + + + 10 + + + ${blockSeparator} + + ${blockSeparator} + + + + + + + + + + + + + + ${blockSeparator} + + + + + 10 + + + + + + + 10 + + + + + + + + + + + 0 + + + + + + + 10 + + + + + + + ${categorySeparator} `;