Hi!
I’m discovering Kirby and liking what I see but there are a few things I haven’t grasped yet.
For example, I’d like to store on each page created with the panel a field with the date (in dd:mm/yy hh:ss format) it is and, in another field, the date it is modified (if ever and if not, date modified = date created).
What I don’t get is where to put the code to that effect, in the blueprint, elsewhere ?
And how, using straight PHP or is there something provided by Kirby that I haven’t discovered yet ?
Hope that’s not too dumb a question --and that it hasen’t been answered too many times already (I checked), thanks in advance for any help.
The fields you need are defined in the blueprint for that page. As regards the time of creation, you can set a default date/time (default: now), so that the date the page is created gets saved.