Content Bulk editor for MultiString Type
Hi,
I am trying to bulk edit my site content using the standard process of bulkeditor.
I need to change cq:allowedTemplates value which is a multifield.
The nodes which don't have this property will get updated but with TYPE:String
cq:allowedTemplates | String | "[/apps/dmp/templates/spoketemplate,/apps/dmp/templates/hubtemplate,/apps/dmp/templates/tooltemplate]" |
The nodes which have this property and needs to be updated is not getting updated
cq:allowedTemplates | String[] | /apps/dmp/templates/spoketemplate, /apps/dmp/templates/hubtemplate |
Can some please tell as how to do add/update the fields which have multistring type or if atleast we can do it or not using bulk editor?
Thanks
Mohit Kumar