I've been writing YAML page front-matter like this:
title: 'Using Typora with Grav'
slug: using-typora-with-grav
date: 11/25/2015
taxonomy:
topic: [web development]
tag: [opinion, grav, technique]
featherlight:
active: true
If I open that page in the Admin, it re-writes the front-matter like this:
title: 'Using Typora With Grav'
process:
markdown: true
twig: true
robots:
noindex: true
nofollow: true
slug: using-typora-with-grav
date: '25-11-2015 00:00'
taxonomy:
tag:
- opinion
- technique
- grav
topic: - 'web development'
child_type: default
featherlight:
active: trueTXT
I assume the more verbose format is preferred?