We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891673f commit ee66eebCopy full SHA for ee66eeb
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -1492,7 +1492,11 @@ module openflow {
1492
{
1493
noAlerts: false,
1494
breadcrumbSettings: { clickable: false },
1495
- buttonSettings: { showCancel: false }
+ buttonSettings: { showCancel: false },
1496
+ builder: {
1497
+ data: false,
1498
+ premium: false
1499
+ }
1500
});
1501
this.Formiobuilder.on('change', form => {
1502
this.model.schema = form;
VERSION
@@ -1 +1 @@
1
-0.0.367
+0.0.368
0 commit comments