apostrophe-schema-widgets
Advanced tools
Comparing version 0.5.2 to 0.5.4
{ | ||
"name": "apostrophe-schema-widgets", | ||
"version": "0.5.2", | ||
"version": "0.5.4", | ||
"description": "An easy form widget builder for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,7 +27,5 @@ // @class Editor for all schema widgets | ||
self.afterCreatingEl = function() { | ||
self.afterCreatingEl = function(callback) { | ||
self.$fields = aposSchemas.findSafe(self.$el, '[data-fields]'); | ||
aposSchemas.populateFields(self.$fields, info.schema, self.data, function() { | ||
// That's nice | ||
}); | ||
return aposSchemas.populateFields(self.$fields, info.schema, self.data, callback); | ||
}; | ||
@@ -34,0 +32,0 @@ |
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
8948
99