Hi! I need to list pages (cms.menuItem type) and need to select multiple pages from that list. to that if i use uniselector what are the parameter for object type? (becaue if i set the object type as cms.document then it listed all the documents. but i need only pages on the content tree
Thank you! Ramesh
The cms.document is correct object type, but the Where condition must specify what pages you need like:
ClassName = 'cms.menuitem' and NodeAliasPath LIKE '/some/sobsection/%'
Hi Jan!
Thank you very much for your help. it works fine for my requirement
Thanks Again RAMESH
Please, sign in to be able to submit a new answer.