Forum
Events App (or any other Perch app) Help attribute
I'm looking to work with perch:events. I copied the event.html code to my own template. I'm looking to add some help text under the "Name" and "Description" fields, but it doesn't get output to the Events admin page. Is it not possible to modify these "app-core" input fields?
<h2 class="summary"><perch:events id="eventTitle" help="Help text goes here." /></h2>
<!-- and so on -->
The Master Template for events is event.html, you need to update that template if you want to make changes.
Copy the templates to
perch/templates/events
first.https://docs.grabaperch.com/addons/events/template-tags/
Also make sure you are running the latest version of Events.
Hmm Still doesn't seem to be working.
From Diagnostics
Events page function
I need to see your template.
Okie Dokie
In some of these older apps, the fixed fields aren't under full template control. That's what you're seeing here.
Alrighty, thanks!