apostrophe-schema-widgets
Advanced tools
Comparing version 0.5.19 to 0.5.20
@@ -17,2 +17,3 @@ /* jshint node:true */ | ||
self.widgets = {}; | ||
self.toggleUi = options.toggleUi || false; | ||
self._apos = apos; | ||
@@ -32,2 +33,7 @@ self._app = app; | ||
}); | ||
self._apos.pushGlobalData({ | ||
schemaWidgetsUi: { | ||
toggleUi: self.toggleUi | ||
} | ||
}); | ||
@@ -62,3 +68,3 @@ // widgetEditors.html will spit out a frontend DOM template for editing | ||
return callback(err, object); | ||
} | ||
} | ||
return widget.afterConvertFields(req, object, function(e) { | ||
@@ -65,0 +71,0 @@ return callback(e, object); |
{ | ||
"name": "apostrophe-schema-widgets", | ||
"version": "0.5.19", | ||
"version": "0.5.20", | ||
"description": "An easy form widget builder for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15330
202