Forum
Overwriting gallery app default tempalte
Hi,
I'm trying to overwrite the default template 'album.html' for the gallery app. It all works fine except for the 'label'-tag of the 'albumTitle'-field. No matter what I type in, it always displays 'Title', when editing or creating albums in the backend.
This is the code I use in '/perch/gallery/album.html':
<h1>
<perch:gallery type="text" id="albumTitle" label="Titel des Albums" title="true" />
</h1>
<perch:gallery type="textarea" id="description" label="Beschreibung" editor="redactor" html="true" order="1" size="m autowidth" />
Thanks for any help or pointers!
I think that may be a fixed field - one you can't yet modify through the template.