Hi all,
I'm trying to set up a path pattern for a content type that uses the value from a date field. The date field is configured to collect only the year, but if I use the field's token in a path, it inserts the entire date format rather than just the year: 2012-01-01t000000 rather than 2012.
Anyone have any thoughts on how to address this?
thanks!
In the meanwhile you can create a new display mode called Token on a content type (or other entity) and adjust the date format there. Seems to work for people https://github.com/backdrop/backdrop-issues/issues/1425#issuecomment-451...