Enonic version: XP 6.10
OS: Centos 6
When defining an input in a content type, f.eks:
<input type="ContentSelector" name="target">
<label>Target</label>
<occurrences minimum="0" maximum="0"/>
<config>
<relationshipType>system:reference</relationshipType>
<allowContentType>no.sample.web:category</allowContentType>
<allowContentType>no.sample.web:allergen</allowContentType>
<allowContentType>no.sample.web:item-subselection</allowContentType>
<allowContentType>no.sample.web:item</allowContentType>
</config>
</input>
the app name “no.sample.web” is hardcoded. How can I instead of hardcoding use the current app name like i JS: app.name?
Thanks for any help.