trilbymedia / grav-plugin-flex-objects

Powerful and supremely flexible object support for Grav
MIT License
38 stars 10 forks source link

Date format in list view #183

Open funktionaer opened 5 months ago

funktionaer commented 5 months ago

I store events in a flex object. My *.yaml contains:

list:
      title: name
      fields:
        published:
          field:
            type: toggle
            label: Aktiv
          width: 8
        title:
          link: edit
        date:
          link: edit

Can I format the date in the list, because at the moment it is m/d/Y. Would be perfect if I could switch to d.m.Y

Cheers, funktionaer