I found a Solution: As written in https://documentation.magnolia-cms.com/display/DOCS/JCR+browser#JCRbrowser-ConfiguringacustomJCRbrowser
create a custom JCR-Browser as in the sample, but leave the workspace on "website". Then under "workbench" in the config of your custom browser create the following node: contentViews/list/template and give the following properties: class: info.magnolia.ui.workbench.column.definition.MetaDataColumnDefinition (I copied "modified date", therefore this class) editable: true propertyName: mgnl:template width: 320 (or somewhat useful) Then you can start your custom browser and you'll see the template in the List-view of the browser If you want to see it in the Tree-Browser too, you can add the following under contentViews: tree/columns with property extends: ../../list/columns Then you see the template as a column in the tree-view. I didn't manage to make the template visible as a property-node in the tree itself, but at least I can edit it ;-) -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9874abc2-c160-4c8e-8cfc-8c7029954e38 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
