diff options
Diffstat (limited to 'js/data')
-rw-r--r-- | js/data/pi/pi-data.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index de5cd34d..9edb0399 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -525,6 +525,26 @@ exports.PiData = Montage.create( Montage, { | |||
525 | ] | 525 | ] |
526 | } | 526 | } |
527 | ] | 527 | ] |
528 | }, | ||
529 | |||
530 | componentPi: { | ||
531 | value: [ | ||
532 | { | ||
533 | label: "Button", | ||
534 | |||
535 | Section: [ | ||
536 | [ | ||
537 | { | ||
538 | type: "textbox", | ||
539 | id: "Label", | ||
540 | prop: "label", | ||
541 | defaultValue: "Button", | ||
542 | label: "Label" | ||
543 | } | ||
544 | ] | ||
545 | ] | ||
546 | } | ||
547 | ] | ||
528 | } | 548 | } |
529 | }); | 549 | }); |
530 | 550 | ||