commit b4d1c5b88bbe216ad6f292466fa322e9d3c89077
parent be50fec3db129ff3a7bf0b3f8d63b723f83a4b72
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Wed, 24 Jan 2018 10:11:32 -0500
Convert keywords property to an array.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetypes/note.json b/archetypes/note.json
@@ -4,6 +4,6 @@
"datetime": "{{ datetime }}",
"template": "{{ template }}",
"bridgy": "true",
- "keywords": "",
+ "keywords": ["",],
"description": ""
}
diff --git a/archetypes/txt.json b/archetypes/txt.json
@@ -4,6 +4,6 @@
"datetime": "{{ datetime }}",
"template": "{{ template }}",
"bridgy": "false",
- "keywords": "",
+ "keywords": ["",],
"description": ""
}