How do I restrict the macro parameter to a certain contentTree node list.
The title pretty much explains it - I want to restrict the node selected when adding a macro to the content to a certain type. A specific DocType would work, or a specific node (can select any node under it).
You can't oob, but it should be possible to build a new macro parameter type that is similar to the current content picker datatype, but only shows nodes of a specific doc type.
Bottom line, it can be done, you just have to put up your sleeves and get into vs.net. Richard has done a blog post on how to build a custom macro parameter type. Can be found here.
How do I restrict the macro parameter to a certain contentTree node list.
The title pretty much explains it - I want to restrict the node selected when adding a macro to the content to a certain type. A specific DocType would work, or a specific node (can select any node under it).
Thank you.
You can't oob, but it should be possible to build a new macro parameter type that is similar to the current content picker datatype, but only shows nodes of a specific doc type.
Bottom line, it can be done, you just have to put up your sleeves and get into vs.net. Richard has done a blog post on how to build a custom macro parameter type. Can be found here.
Cheers,
/Dirk
is working on a reply...