aboutsummaryrefslogtreecommitdiff
path: root/js/data/pi/pi-data.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/data/pi/pi-data.js')
-rw-r--r--js/data/pi/pi-data.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js
index 189d1dae..30b1f60d 100644
--- a/js/data/pi/pi-data.js
+++ b/js/data/pi/pi-data.js
@@ -508,7 +508,23 @@ exports.PiData = Montage.create( Montage, {
508 }, 508 },
509 509
510 componentPi: { 510 componentPi: {
511 value: [] 511 value: [
512 {
513 label: "Button",
514
515 Section: [
516 [
517 {
518 type: "textbox",
519 id: "Label",
520 prop: "label",
521 defaultValue: "Button",
522 label: "Label"
523 }
524 ]
525 ]
526 }
527 ]
512 } 528 }
513}); 529});
514 530