We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21758a9 commit b1a2d66Copy full SHA for b1a2d66
lib/functions.js
@@ -859,7 +859,7 @@ const f = {
859
if (Array.isArray(value)) {
860
var collection = content.ele(key).att('jcr:primaryType','nt:unstructured')
861
for(var i = 0; i < value.length; i++) {
862
- var children = collection.ele(key+i).att('jcr:primaryType','fnt:unstructured')
+ var children = collection.ele(key+i).att('jcr:primaryType','nt:unstructured')
863
for (childKey in value[i]) {
864
if(value[i][childKey].startsWith('{'))
865
children.att(childkey, '\\' + value[i][childKey])
0 commit comments