1
1
{
2
2
"$schema" : " https://frontmatter.codes/frontmatter.schema.json" ,
3
+ "frontMatter.global.timezone" : " Europe/Brussels" ,
3
4
"frontMatter.taxonomy.customTaxonomy" : [
4
5
{
5
6
"id" : " locationTaxonomy" ,
28
29
"name" : " weight" ,
29
30
"type" : " number" ,
30
31
"required" : true ,
31
- "min" : 1 ,
32
- "max" : 50 ,
33
- "step" : 1
32
+ "numberOptions" : {
33
+ "min" : 1 ,
34
+ "max" : 50 ,
35
+ "step" : 1
36
+ }
34
37
},
35
38
{
36
39
"title" : " Poem title" ,
58
61
"name" : " verseLength" ,
59
62
"type" : " number" ,
60
63
"required" : false ,
61
- "min" : -1 ,
62
- "max" : 14 ,
63
- "step" : 1 ,
64
+ "numberOptions" : {
65
+ "min" : -1 ,
66
+ "max" : 14 ,
67
+ "step" : 1
68
+ },
64
69
"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."
65
70
},
66
71
{
574
579
{
575
580
"title" : " 18_dix_huitieme_saison" ,
576
581
"path" : " [[workspace]]/content/fr/seasons/18_dix_huitieme_saison"
577
- }, {
582
+ },
583
+ {
578
584
"title" : " 17_dix_septieme_saison" ,
579
585
"path" : " [[workspace]]/content/fr/seasons/17_dix_septieme_saison"
580
586
},
585
591
{
586
592
"title" : " 15_quinzieme_saison" ,
587
593
"path" : " [[workspace]]/content/fr/seasons/15_quinzieme_saison"
588
- },
594
+ },
589
595
{
590
596
"title" : " 14_quatorzieme_saison" ,
591
597
"path" : " [[workspace]]/content/fr/seasons/14_quatorzieme_saison"
592
- },
598
+ },
593
599
{
594
600
"title" : " 13_treizieme_saison" ,
595
601
"path" : " [[workspace]]/content/fr/seasons/13_treizieme_saison"
596
602
},
597
603
{
598
604
"title" : " 12_douzieme_saison" ,
599
605
"path" : " [[workspace]]/content/fr/seasons/12_douzieme_saison"
600
- },
606
+ },
601
607
{
602
608
"title" : " 11_onzieme_saison" ,
603
609
"path" : " [[workspace]]/content/fr/seasons/11_onzieme_saison"
604
- },
610
+ },
605
611
{
606
612
"title" : " 10_dixieme_saison" ,
607
613
"path" : " [[workspace]]/content/fr/seasons/10_dixieme_saison"
608
- },
614
+ },
609
615
{
610
616
"title" : " 9_neuvieme_saison" ,
611
617
"path" : " [[workspace]]/content/fr/seasons/9_neuvieme_saison"
612
- },
618
+ },
613
619
{
614
620
"title" : " 8_huitieme_saison" ,
615
621
"path" : " [[workspace]]/content/fr/seasons/8_huitieme_saison"
656
662
],
657
663
"frontMatter.file.preserveCasing" : true ,
658
664
"frontMatter.snippets.wrapper.enabled" : false
659
- }
665
+ }
0 commit comments