diff options
Diffstat (limited to 'js/data/pi')
-rwxr-xr-x | js/data/pi/pi-data.js | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 157c54ec..d1dc9f34 100755 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -9,6 +9,20 @@ var Montage = require("montage/core/core").Montage, | |||
9 | 9 | ||
10 | exports.PiData = Montage.create( Montage, { | 10 | exports.PiData = Montage.create( Montage, { |
11 | 11 | ||
12 | bodyPi: { | ||
13 | value: [ | ||
14 | { | ||
15 | label: "Style", | ||
16 | |||
17 | Section: [ | ||
18 | [ | ||
19 | |||
20 | ] | ||
21 | ] | ||
22 | } | ||
23 | ] | ||
24 | }, | ||
25 | |||
12 | stagePi: { | 26 | stagePi: { |
13 | value: [ | 27 | value: [ |
14 | { | 28 | { |
@@ -86,7 +100,7 @@ exports.PiData = Montage.create( Montage, { | |||
86 | } | 100 | } |
87 | ] | 101 | ] |
88 | }, | 102 | }, |
89 | imagePi: { | 103 | imgPi: { |
90 | value: [ | 104 | value: [ |
91 | { | 105 | { |
92 | label: "Image Properties", | 106 | label: "Image Properties", |
@@ -793,8 +807,8 @@ exports.PiData = Montage.create( Montage, { | |||
793 | ] | 807 | ] |
794 | ] | 808 | ] |
795 | } | 809 | } |
796 | ] //value: [ | 810 | ] |
797 | } //BrushStrokePi: { | 811 | } |
798 | }); | 812 | }); |
799 | 813 | ||
800 | 814 | ||