diff options
author | Valerio Virgillito | 2012-02-13 15:45:05 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-13 15:45:05 -0800 |
commit | 0620e2f788861e824d6e49fa319da4d20b18a556 (patch) | |
tree | 53ace12283998ed12b3fde58aeb8ac3617768bf2 /js/data/pi/pi-data.js | |
parent | 38224745a27e039b79c893830c282b2ba558ab51 (diff) | |
parent | 6db8e0b42ee47a7b6f2d0666640262a024fa9aec (diff) | |
download | ninja-0620e2f788861e824d6e49fa319da4d20b18a556.tar.gz |
Merge pull request #37 from mencio/stage-color
Stage color: Adding the stage background color chip to the stage PI
Diffstat (limited to 'js/data/pi/pi-data.js')
-rw-r--r-- | js/data/pi/pi-data.js | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 8ffd0ec7..ba03c347 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -10,7 +10,21 @@ var Montage = require("montage/core/core").Montage, | |||
10 | exports.PiData = Montage.create( Montage, { | 10 | exports.PiData = Montage.create( Montage, { |
11 | 11 | ||
12 | stagePi: { | 12 | stagePi: { |
13 | value: [] | 13 | value: [ |
14 | { | ||
15 | label: "Style", | ||
16 | |||
17 | Section: [ | ||
18 | [ | ||
19 | { | ||
20 | type : "chip", | ||
21 | id : "background", | ||
22 | prop: "background" | ||
23 | } | ||
24 | ] | ||
25 | ] | ||
26 | } | ||
27 | ] | ||
14 | }, | 28 | }, |
15 | 29 | ||
16 | blockPi: { | 30 | blockPi: { |