Hi guys,
I’m trying to setup a kirby structure that uses dates as ordering key. My content folder naming is supposed to look like this “20150202-contentone”, “20160202-contentwo”,…
Now I realised that Kirby tries to be smart and changes them to “1-contentone”, “2-contenttwo”,…
Is there a way to prevent this?
And is there a way when creating a new page through the backend to use the same format to name the corresponding folder? When I create a new page now and name it “20150212-content”, the number is ignored…
Thank you
Ben