powlModule | --site
Located in File: /modules/cms/api/include.php
This funcion is necessary to check, if a node is an instance overview.
return value will look like this: parent1|parent2 parent1= if new node will be a sibling, than the parent of $node will be parent parent2= if new node will be a child, than $node is parent
return value will look like this: pos1|pos2 pos1= position for new node as sibling of $node pos2= position for new node as child of $node
the instance is given by its uri.
The property has to be a reference on another content instance.
Standard properties are the following (Property: {Special-Marker})
Resource URI: {_ResourceUri_} - the uri of the resource Resource local name: {_ResourceLocalName_} - the local name of the resource Resource label name for a specified language: {_ResourceLabelName} - the label of the resource for the given language
Modify this function to control properties with more than 1 value.