Mojn
I have failed my googling. In my default.md I got:
---
title: pageTitle
taxonomy:
tag: [tag1, tag2, tag3]
category: Cat1
---
Which I hope is correct from when I read this page: https://learn.getgrav.org/17/content/taxonomy and https://github.com/getgrav/grav-plugin-taxonomylist
But when I edit the page in Admin I end up with this:
---
title: pageTitle
taxonomy:
tag:
- tag1
- tag2
- tag3
category:
- Cat1
---
I got the Lingonberry theme (v1.2.1), Taxonomy List plugin (v1.3.6) and Grav v1.7.48 and Admin v1.10.48 running.
So which one is correct and how can I make the taxonomy to look the same.
Many thanks
woollypigs