apostrophe-schemas
Advanced tools
Comparing version 0.5.83 to 0.5.84
@@ -638,3 +638,5 @@ /* jshint node:true */ | ||
tags: function(req, snippet, field, name, output, callback) { | ||
output[name] = snippet[name].toString(); | ||
if (Array.isArray(snippet[name])) { | ||
output[name] = snippet[name].toString(); | ||
} | ||
return setImmediate(callback); | ||
@@ -641,0 +643,0 @@ }, |
{ | ||
"version": "0.5.83", | ||
"version": "0.5.84", | ||
"name": "apostrophe-schemas", | ||
@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects", |
123368
1852