Add editableList widget and update Switch/Change nodes to use it

This commit is contained in:
Nick O'Leary
2016-05-20 22:13:28 +01:00
parent 2f6ed47168
commit 291240dd94
7 changed files with 397 additions and 252 deletions

View File

@@ -126,7 +126,8 @@ module.exports = function(grunt) {
"editor/js/ui/notifications.js",
"editor/js/ui/subflow.js",
"editor/js/ui/touch/radialMenu.js",
"editor/js/ui/typedInput.js"
"editor/js/ui/typedInput.js",
"editor/js/ui/editableList.js"
],
dest: "public/red/red.js"
},