Forum
Gallery Questions
Is there a way to change the gallery slug?
I tried this
<perch:gallery id="slug" type="slug" for="heading" editable>
but it isn't working.
Also, how do I add fields to my images to add things like a medium or image dimensions?
<perch:exsist id="dimensions"><b>Size:</b> <perch:gallery id="dimensions" type="text" label="dimensions" /></perch:exsist>
Also, Is there a way to make the Album Title, Image Title the page title?
I think the "Gallery App" uses an
ID
rather thenSlug
... you should be able to add aSlug
field, but this would likely only aid you in filtering... but I am not really sure.This should help with sizes
Under the 'Listing all Albums' there is a 'Slug' and I can't figure out how to change it.
I got my image sizes down, that's not what I need.
What I need is to add more fields to the image details, so I can add more than just a description and title.
You should be able to add those to the
image.html
template within Gallery.