getgrav / grav-plugin-archives

Grav Archives Plugin
https://getgrav.org
MIT License
8 stars 12 forks source link

Add taxonomy values date format customization #29

Closed nbusseneau closed 3 years ago

nbusseneau commented 4 years ago

Allow users to customize taxonomy value dates form (and thus, indirectly, URLs), akin to taxonomy names customization.

Non-breaking change: defaults to previous behavior.

nbusseneau commented 4 years ago

I needed URLs to look like archives_month:2020_09 rather than archives_month:sep_2020 for URL rewrite purposes, and thought this might be interesting.

If this MR is accepted, I am willing to update archives.html.twig in Quark theme accordingly.

mahagr commented 3 years ago

@rhukster Can you take a look?

rhukster commented 3 years ago

looks good to me, nicely backward compatible as it falls back to the existing hardcoded values if not set.