apostrophe-schema-widgets
Advanced tools
Comparing version 0.5.11 to 0.5.12
{ | ||
"name": "apostrophe-schema-widgets", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "An easy form widget builder for the Apostrophe content management system", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,3 +59,6 @@ // @class Editor for all schema widgets | ||
self.$fields = aposSchemas.findSafe(self.$el, '[data-fields]'); | ||
return aposSchemas.populateFields(self.$fields, info.schema, self.data, callback); | ||
return aposSchemas.populateFields(self.$fields, info.schema, self.data, function() { | ||
apos.emit('widgetModalReady', self); | ||
return callback(); | ||
}); | ||
}; | ||
@@ -62,0 +65,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
13686
164
1