Hi folks,
I'm currently creating a Grav theme and filling in some content.
While testing the taxonomy feature, I ran into a funny bug:
If you add the string GRAV (just GRAV, uppercase) to any page's taxonomies, the admin plugin crashes and it's not possible to edit any page any more. Removing "GRAV" fixes it.
Twig \ Error \ RuntimeError
An exception has been thrown during the rendering of a template ("Array to string conversion").
Previous exceptions
Array to string conversion (8)
Stack frames (167)
166
Twig\Error\RuntimeError
…/user/plugins/form/templates/forms/fields/select/select.html.twig65
165
Whoops\Exception\ErrorException
…/cache/twig/11/1139bc0d96d52c6565fe4d1905f3e0017ba1f26de2cb43a3b356090029e44ca4.php289
Steps to reproduce:
-Add a page
-Frontmatter:
---
title: 'This is a test page'
taxonomy:
tag:
- TYPO3
- Backend
- GRAV-CMS
- GRAV
- Test
---
-Try to edit a page in admin