diff options
Diffstat (limited to 'js/data')
-rw-r--r-- | js/data/pi/pi-data.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/js/data/pi/pi-data.js b/js/data/pi/pi-data.js index 9edb0399..de5cd34d 100644 --- a/js/data/pi/pi-data.js +++ b/js/data/pi/pi-data.js | |||
@@ -525,26 +525,6 @@ 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 | ] | ||
548 | } | 528 | } |
549 | }); | 529 | }); |
550 | 530 | ||