Skip to content

Commit fec4696

Browse files
authored
Update frontmatter.json (#99)
1 parent fc07376 commit fec4696

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

frontmatter.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
3+
"frontMatter.global.timezone": "Europe/Brussels",
34
"frontMatter.taxonomy.customTaxonomy": [
45
{
56
"id": "locationTaxonomy",
@@ -28,9 +29,11 @@
2829
"name": "weight",
2930
"type": "number",
3031
"required": true,
31-
"min": 1,
32-
"max": 50,
33-
"step": 1
32+
"numberOptions": {
33+
"min": 1,
34+
"max": 50,
35+
"step": 1
36+
}
3437
},
3538
{
3639
"title": "Poem title",
@@ -58,9 +61,11 @@
5861
"name": "verseLength",
5962
"type": "number",
6063
"required": false,
61-
"min": -1,
62-
"max": 14,
63-
"step": 1,
64+
"numberOptions": {
65+
"min": -1,
66+
"max": 14,
67+
"step": 1
68+
},
6469
"description": "Add metric name(s) to TAGS. When variable: put -1 here, add 'métrique variable' to TAGS, and add 'Métrique variable : ' + comma-separated values in info. Repeat info in notice."
6570
},
6671
{
@@ -574,7 +579,8 @@
574579
{
575580
"title": "18_dix_huitieme_saison",
576581
"path": "[[workspace]]/content/fr/seasons/18_dix_huitieme_saison"
577-
}, {
582+
},
583+
{
578584
"title": "17_dix_septieme_saison",
579585
"path": "[[workspace]]/content/fr/seasons/17_dix_septieme_saison"
580586
},
@@ -585,31 +591,31 @@
585591
{
586592
"title": "15_quinzieme_saison",
587593
"path": "[[workspace]]/content/fr/seasons/15_quinzieme_saison"
588-
},
594+
},
589595
{
590596
"title": "14_quatorzieme_saison",
591597
"path": "[[workspace]]/content/fr/seasons/14_quatorzieme_saison"
592-
},
598+
},
593599
{
594600
"title": "13_treizieme_saison",
595601
"path": "[[workspace]]/content/fr/seasons/13_treizieme_saison"
596602
},
597603
{
598604
"title": "12_douzieme_saison",
599605
"path": "[[workspace]]/content/fr/seasons/12_douzieme_saison"
600-
},
606+
},
601607
{
602608
"title": "11_onzieme_saison",
603609
"path": "[[workspace]]/content/fr/seasons/11_onzieme_saison"
604-
},
610+
},
605611
{
606612
"title": "10_dixieme_saison",
607613
"path": "[[workspace]]/content/fr/seasons/10_dixieme_saison"
608-
},
614+
},
609615
{
610616
"title": "9_neuvieme_saison",
611617
"path": "[[workspace]]/content/fr/seasons/9_neuvieme_saison"
612-
},
618+
},
613619
{
614620
"title": "8_huitieme_saison",
615621
"path": "[[workspace]]/content/fr/seasons/8_huitieme_saison"
@@ -656,4 +662,4 @@
656662
],
657663
"frontMatter.file.preserveCasing": true,
658664
"frontMatter.snippets.wrapper.enabled": false
659-
}
665+
}

0 commit comments

Comments
 (0)