apostrophe-schemas
Advanced tools
Comparing version 0.5.60 to 0.5.61
{ | ||
"version": "0.5.60", | ||
"version": "0.5.61", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
@@ -196,2 +196,4 @@ /* globals: async, apos, _, aposPages, async, $ */ | ||
$editView.append(data); | ||
// Make sure slideshows, videos, etc. get their JS | ||
apos.enablePlayers($editView); | ||
return callback(null); | ||
@@ -198,0 +200,0 @@ }); |
114165
1578