@cloudcannon/configuration-types 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cloudcannon-config-eleventy.json +76 -76
- package/build/cloudcannon-config-hugo.json +76 -76
- package/build/cloudcannon-config-jekyll.json +76 -76
- package/build/cloudcannon-config-reader.json +101 -104
- package/build/cloudcannon-config.json +11 -93
- package/package.json +1 -1
- package/src/build-coupled.d.ts +47 -4
- package/src/configuration.d.ts +24 -53
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"type": "boolean"
|
|
403
403
|
},
|
|
404
404
|
"paths": {
|
|
405
|
-
"$ref": "#/definitions/
|
|
405
|
+
"$ref": "#/definitions/Paths",
|
|
406
406
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
407
407
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
408
408
|
},
|
|
@@ -716,6 +716,70 @@
|
|
|
716
716
|
},
|
|
717
717
|
"type": "object"
|
|
718
718
|
},
|
|
719
|
+
"BuildCoupledPaths": {
|
|
720
|
+
"additionalProperties": false,
|
|
721
|
+
"properties": {
|
|
722
|
+
"collections": {
|
|
723
|
+
"description": "Parent folder of all collections.",
|
|
724
|
+
"markdownDescription": "Parent folder of all collections.",
|
|
725
|
+
"type": "string"
|
|
726
|
+
},
|
|
727
|
+
"dam_static": {
|
|
728
|
+
"default": "",
|
|
729
|
+
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
730
|
+
"markdownDescription": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM\nUploads_ path when CloudCannon outputs the URL of an asset.",
|
|
731
|
+
"type": "string"
|
|
732
|
+
},
|
|
733
|
+
"dam_uploads": {
|
|
734
|
+
"default": "",
|
|
735
|
+
"description": "Default location of newly uploaded DAM files.",
|
|
736
|
+
"markdownDescription": "Default location of newly uploaded DAM files.",
|
|
737
|
+
"type": "string"
|
|
738
|
+
},
|
|
739
|
+
"dam_uploads_filename": {
|
|
740
|
+
"description": "Filename template for newly uploaded DAM files.",
|
|
741
|
+
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
742
|
+
"type": "string"
|
|
743
|
+
},
|
|
744
|
+
"data": {
|
|
745
|
+
"description": "Parent folder of all site data files.",
|
|
746
|
+
"markdownDescription": "Parent folder of all site data files.",
|
|
747
|
+
"type": "string"
|
|
748
|
+
},
|
|
749
|
+
"includes": {
|
|
750
|
+
"description": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
751
|
+
"markdownDescription": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and\nEleventy sites_.",
|
|
752
|
+
"type": "string"
|
|
753
|
+
},
|
|
754
|
+
"layouts": {
|
|
755
|
+
"description": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
756
|
+
"markdownDescription": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
757
|
+
"type": "string"
|
|
758
|
+
},
|
|
759
|
+
"static": {
|
|
760
|
+
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
761
|
+
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
762
|
+
"type": "string"
|
|
763
|
+
},
|
|
764
|
+
"uploads": {
|
|
765
|
+
"default": "uploads",
|
|
766
|
+
"description": "Default location of newly uploaded site files.",
|
|
767
|
+
"markdownDescription": "Default location of newly uploaded site files.",
|
|
768
|
+
"type": "string"
|
|
769
|
+
},
|
|
770
|
+
"uploads_filename": {
|
|
771
|
+
"description": "Filename template for newly uploaded site files.",
|
|
772
|
+
"markdownDescription": "Filename template for newly uploaded site files.",
|
|
773
|
+
"type": "string"
|
|
774
|
+
},
|
|
775
|
+
"uploads_use_relative_path": {
|
|
776
|
+
"description": "When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to.",
|
|
777
|
+
"markdownDescription": "When set to true, CloudCannon will reference files relative to the path of the file they were\nuploaded to.",
|
|
778
|
+
"type": "boolean"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"type": "object"
|
|
782
|
+
},
|
|
719
783
|
"ChoiceInput": {
|
|
720
784
|
"additionalProperties": false,
|
|
721
785
|
"properties": {
|
|
@@ -1590,7 +1654,7 @@
|
|
|
1590
1654
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
1591
1655
|
},
|
|
1592
1656
|
"paths": {
|
|
1593
|
-
"$ref": "#/definitions/
|
|
1657
|
+
"$ref": "#/definitions/Paths",
|
|
1594
1658
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
1595
1659
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
1596
1660
|
}
|
|
@@ -3799,7 +3863,7 @@
|
|
|
3799
3863
|
"type": "string"
|
|
3800
3864
|
},
|
|
3801
3865
|
"paths": {
|
|
3802
|
-
"$ref": "#/definitions/
|
|
3866
|
+
"$ref": "#/definitions/Paths",
|
|
3803
3867
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
3804
3868
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
3805
3869
|
},
|
|
@@ -3994,7 +4058,7 @@
|
|
|
3994
4058
|
"type": "string"
|
|
3995
4059
|
},
|
|
3996
4060
|
"paths": {
|
|
3997
|
-
"$ref": "#/definitions/
|
|
4061
|
+
"$ref": "#/definitions/Paths",
|
|
3998
4062
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
3999
4063
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
4000
4064
|
},
|
|
@@ -4304,9 +4368,9 @@
|
|
|
4304
4368
|
"markdownDescription": "Contains settings for various Markdown engines."
|
|
4305
4369
|
},
|
|
4306
4370
|
"paths": {
|
|
4307
|
-
"$ref": "#/definitions/
|
|
4308
|
-
"description": "
|
|
4309
|
-
"markdownDescription": "
|
|
4371
|
+
"$ref": "#/definitions/BuildCoupledPaths",
|
|
4372
|
+
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
4373
|
+
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
4310
4374
|
},
|
|
4311
4375
|
"source": {
|
|
4312
4376
|
"description": "Base path to your site source files, relative to the root folder.",
|
|
@@ -4331,7 +4395,7 @@
|
|
|
4331
4395
|
"additionalProperties": false,
|
|
4332
4396
|
"properties": {
|
|
4333
4397
|
"paths": {
|
|
4334
|
-
"$ref": "#/definitions/
|
|
4398
|
+
"$ref": "#/definitions/Paths",
|
|
4335
4399
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
4336
4400
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
4337
4401
|
}
|
|
@@ -4750,7 +4814,7 @@
|
|
|
4750
4814
|
},
|
|
4751
4815
|
"quotes": {
|
|
4752
4816
|
"description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
|
|
4753
|
-
"markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For
|
|
4817
|
+
"markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For\nexample, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0',\n'\\xA0›'] for French (including nbsp).",
|
|
4754
4818
|
"type": "string"
|
|
4755
4819
|
},
|
|
4756
4820
|
"sentence_per_line": {
|
|
@@ -5808,11 +5872,6 @@
|
|
|
5808
5872
|
"Paths": {
|
|
5809
5873
|
"additionalProperties": false,
|
|
5810
5874
|
"properties": {
|
|
5811
|
-
"collections": {
|
|
5812
|
-
"description": "Parent folder of all collections.",
|
|
5813
|
-
"markdownDescription": "Parent folder of all collections.",
|
|
5814
|
-
"type": "string"
|
|
5815
|
-
},
|
|
5816
5875
|
"dam_static": {
|
|
5817
5876
|
"default": "",
|
|
5818
5877
|
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
@@ -5830,21 +5889,6 @@
|
|
|
5830
5889
|
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
5831
5890
|
"type": "string"
|
|
5832
5891
|
},
|
|
5833
|
-
"data": {
|
|
5834
|
-
"description": "Parent folder of all site data files.",
|
|
5835
|
-
"markdownDescription": "Parent folder of all site data files.",
|
|
5836
|
-
"type": "string"
|
|
5837
|
-
},
|
|
5838
|
-
"includes": {
|
|
5839
|
-
"description": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5840
|
-
"markdownDescription": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and\nEleventy sites_.",
|
|
5841
|
-
"type": "string"
|
|
5842
|
-
},
|
|
5843
|
-
"layouts": {
|
|
5844
|
-
"description": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5845
|
-
"markdownDescription": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5846
|
-
"type": "string"
|
|
5847
|
-
},
|
|
5848
5892
|
"static": {
|
|
5849
5893
|
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
5850
5894
|
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
@@ -6128,50 +6172,6 @@
|
|
|
6128
6172
|
],
|
|
6129
6173
|
"type": "object"
|
|
6130
6174
|
},
|
|
6131
|
-
"ReducedPaths": {
|
|
6132
|
-
"additionalProperties": false,
|
|
6133
|
-
"properties": {
|
|
6134
|
-
"dam_static": {
|
|
6135
|
-
"default": "",
|
|
6136
|
-
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6137
|
-
"markdownDescription": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM\nUploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6138
|
-
"type": "string"
|
|
6139
|
-
},
|
|
6140
|
-
"dam_uploads": {
|
|
6141
|
-
"default": "",
|
|
6142
|
-
"description": "Default location of newly uploaded DAM files.",
|
|
6143
|
-
"markdownDescription": "Default location of newly uploaded DAM files.",
|
|
6144
|
-
"type": "string"
|
|
6145
|
-
},
|
|
6146
|
-
"dam_uploads_filename": {
|
|
6147
|
-
"description": "Filename template for newly uploaded DAM files.",
|
|
6148
|
-
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
6149
|
-
"type": "string"
|
|
6150
|
-
},
|
|
6151
|
-
"static": {
|
|
6152
|
-
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6153
|
-
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6154
|
-
"type": "string"
|
|
6155
|
-
},
|
|
6156
|
-
"uploads": {
|
|
6157
|
-
"default": "uploads",
|
|
6158
|
-
"description": "Default location of newly uploaded site files.",
|
|
6159
|
-
"markdownDescription": "Default location of newly uploaded site files.",
|
|
6160
|
-
"type": "string"
|
|
6161
|
-
},
|
|
6162
|
-
"uploads_filename": {
|
|
6163
|
-
"description": "Filename template for newly uploaded site files.",
|
|
6164
|
-
"markdownDescription": "Filename template for newly uploaded site files.",
|
|
6165
|
-
"type": "string"
|
|
6166
|
-
},
|
|
6167
|
-
"uploads_use_relative_path": {
|
|
6168
|
-
"description": "When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to.",
|
|
6169
|
-
"markdownDescription": "When set to true, CloudCannon will reference files relative to the path of the file they were\nuploaded to.",
|
|
6170
|
-
"type": "boolean"
|
|
6171
|
-
}
|
|
6172
|
-
},
|
|
6173
|
-
"type": "object"
|
|
6174
|
-
},
|
|
6175
6175
|
"RichTextInput": {
|
|
6176
6176
|
"additionalProperties": false,
|
|
6177
6177
|
"properties": {
|
|
@@ -6410,7 +6410,7 @@
|
|
|
6410
6410
|
"type": "boolean"
|
|
6411
6411
|
},
|
|
6412
6412
|
"paths": {
|
|
6413
|
-
"$ref": "#/definitions/
|
|
6413
|
+
"$ref": "#/definitions/Paths",
|
|
6414
6414
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
6415
6415
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
6416
6416
|
},
|
|
@@ -7752,7 +7752,7 @@
|
|
|
7752
7752
|
"type": "boolean"
|
|
7753
7753
|
},
|
|
7754
7754
|
"paths": {
|
|
7755
|
-
"$ref": "#/definitions/
|
|
7755
|
+
"$ref": "#/definitions/Paths",
|
|
7756
7756
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
7757
7757
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
7758
7758
|
},
|
|
@@ -8715,7 +8715,7 @@
|
|
|
8715
8715
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8716
8716
|
},
|
|
8717
8717
|
"paths": {
|
|
8718
|
-
"$ref": "#/definitions/
|
|
8718
|
+
"$ref": "#/definitions/Paths",
|
|
8719
8719
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
8720
8720
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
8721
8721
|
}
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"type": "boolean"
|
|
403
403
|
},
|
|
404
404
|
"paths": {
|
|
405
|
-
"$ref": "#/definitions/
|
|
405
|
+
"$ref": "#/definitions/Paths",
|
|
406
406
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
407
407
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
408
408
|
},
|
|
@@ -516,6 +516,70 @@
|
|
|
516
516
|
},
|
|
517
517
|
"type": "object"
|
|
518
518
|
},
|
|
519
|
+
"BuildCoupledPaths": {
|
|
520
|
+
"additionalProperties": false,
|
|
521
|
+
"properties": {
|
|
522
|
+
"collections": {
|
|
523
|
+
"description": "Parent folder of all collections.",
|
|
524
|
+
"markdownDescription": "Parent folder of all collections.",
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"dam_static": {
|
|
528
|
+
"default": "",
|
|
529
|
+
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
530
|
+
"markdownDescription": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM\nUploads_ path when CloudCannon outputs the URL of an asset.",
|
|
531
|
+
"type": "string"
|
|
532
|
+
},
|
|
533
|
+
"dam_uploads": {
|
|
534
|
+
"default": "",
|
|
535
|
+
"description": "Default location of newly uploaded DAM files.",
|
|
536
|
+
"markdownDescription": "Default location of newly uploaded DAM files.",
|
|
537
|
+
"type": "string"
|
|
538
|
+
},
|
|
539
|
+
"dam_uploads_filename": {
|
|
540
|
+
"description": "Filename template for newly uploaded DAM files.",
|
|
541
|
+
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
542
|
+
"type": "string"
|
|
543
|
+
},
|
|
544
|
+
"data": {
|
|
545
|
+
"description": "Parent folder of all site data files.",
|
|
546
|
+
"markdownDescription": "Parent folder of all site data files.",
|
|
547
|
+
"type": "string"
|
|
548
|
+
},
|
|
549
|
+
"includes": {
|
|
550
|
+
"description": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
551
|
+
"markdownDescription": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and\nEleventy sites_.",
|
|
552
|
+
"type": "string"
|
|
553
|
+
},
|
|
554
|
+
"layouts": {
|
|
555
|
+
"description": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
556
|
+
"markdownDescription": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
557
|
+
"type": "string"
|
|
558
|
+
},
|
|
559
|
+
"static": {
|
|
560
|
+
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
561
|
+
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
"uploads": {
|
|
565
|
+
"default": "uploads",
|
|
566
|
+
"description": "Default location of newly uploaded site files.",
|
|
567
|
+
"markdownDescription": "Default location of newly uploaded site files.",
|
|
568
|
+
"type": "string"
|
|
569
|
+
},
|
|
570
|
+
"uploads_filename": {
|
|
571
|
+
"description": "Filename template for newly uploaded site files.",
|
|
572
|
+
"markdownDescription": "Filename template for newly uploaded site files.",
|
|
573
|
+
"type": "string"
|
|
574
|
+
},
|
|
575
|
+
"uploads_use_relative_path": {
|
|
576
|
+
"description": "When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to.",
|
|
577
|
+
"markdownDescription": "When set to true, CloudCannon will reference files relative to the path of the file they were\nuploaded to.",
|
|
578
|
+
"type": "boolean"
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"type": "object"
|
|
582
|
+
},
|
|
519
583
|
"ChoiceInput": {
|
|
520
584
|
"additionalProperties": false,
|
|
521
585
|
"properties": {
|
|
@@ -1385,7 +1449,7 @@
|
|
|
1385
1449
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
1386
1450
|
},
|
|
1387
1451
|
"paths": {
|
|
1388
|
-
"$ref": "#/definitions/
|
|
1452
|
+
"$ref": "#/definitions/Paths",
|
|
1389
1453
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
1390
1454
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
1391
1455
|
}
|
|
@@ -1790,9 +1854,9 @@
|
|
|
1790
1854
|
"markdownDescription": "Contains settings for various Markdown engines."
|
|
1791
1855
|
},
|
|
1792
1856
|
"paths": {
|
|
1793
|
-
"$ref": "#/definitions/
|
|
1794
|
-
"description": "
|
|
1795
|
-
"markdownDescription": "
|
|
1857
|
+
"$ref": "#/definitions/BuildCoupledPaths",
|
|
1858
|
+
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
1859
|
+
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
1796
1860
|
},
|
|
1797
1861
|
"source": {
|
|
1798
1862
|
"description": "Base path to your site source files, relative to the root folder.",
|
|
@@ -3980,7 +4044,7 @@
|
|
|
3980
4044
|
"type": "string"
|
|
3981
4045
|
},
|
|
3982
4046
|
"paths": {
|
|
3983
|
-
"$ref": "#/definitions/
|
|
4047
|
+
"$ref": "#/definitions/Paths",
|
|
3984
4048
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
3985
4049
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
3986
4050
|
},
|
|
@@ -4175,7 +4239,7 @@
|
|
|
4175
4239
|
"type": "string"
|
|
4176
4240
|
},
|
|
4177
4241
|
"paths": {
|
|
4178
|
-
"$ref": "#/definitions/
|
|
4242
|
+
"$ref": "#/definitions/Paths",
|
|
4179
4243
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
4180
4244
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
4181
4245
|
},
|
|
@@ -4333,7 +4397,7 @@
|
|
|
4333
4397
|
"additionalProperties": false,
|
|
4334
4398
|
"properties": {
|
|
4335
4399
|
"paths": {
|
|
4336
|
-
"$ref": "#/definitions/
|
|
4400
|
+
"$ref": "#/definitions/Paths",
|
|
4337
4401
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
4338
4402
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
4339
4403
|
}
|
|
@@ -4752,7 +4816,7 @@
|
|
|
4752
4816
|
},
|
|
4753
4817
|
"quotes": {
|
|
4754
4818
|
"description": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For example, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0', '\\xA0›'] for French (including nbsp).",
|
|
4755
|
-
"markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For
|
|
4819
|
+
"markdownDescription": "Double + single quotes replacement pairs, when typographer enabled and smartquotes on. For\nexample, you can use '«»„“' for Russian, '„“‚‘' for German, and ['«\\xA0', '\\xA0»', '‹\\xA0',\n'\\xA0›'] for French (including nbsp).",
|
|
4756
4820
|
"type": "string"
|
|
4757
4821
|
},
|
|
4758
4822
|
"sentence_per_line": {
|
|
@@ -5810,11 +5874,6 @@
|
|
|
5810
5874
|
"Paths": {
|
|
5811
5875
|
"additionalProperties": false,
|
|
5812
5876
|
"properties": {
|
|
5813
|
-
"collections": {
|
|
5814
|
-
"description": "Parent folder of all collections.",
|
|
5815
|
-
"markdownDescription": "Parent folder of all collections.",
|
|
5816
|
-
"type": "string"
|
|
5817
|
-
},
|
|
5818
5877
|
"dam_static": {
|
|
5819
5878
|
"default": "",
|
|
5820
5879
|
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
@@ -5832,21 +5891,6 @@
|
|
|
5832
5891
|
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
5833
5892
|
"type": "string"
|
|
5834
5893
|
},
|
|
5835
|
-
"data": {
|
|
5836
|
-
"description": "Parent folder of all site data files.",
|
|
5837
|
-
"markdownDescription": "Parent folder of all site data files.",
|
|
5838
|
-
"type": "string"
|
|
5839
|
-
},
|
|
5840
|
-
"includes": {
|
|
5841
|
-
"description": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5842
|
-
"markdownDescription": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and\nEleventy sites_.",
|
|
5843
|
-
"type": "string"
|
|
5844
|
-
},
|
|
5845
|
-
"layouts": {
|
|
5846
|
-
"description": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5847
|
-
"markdownDescription": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
|
|
5848
|
-
"type": "string"
|
|
5849
|
-
},
|
|
5850
5894
|
"static": {
|
|
5851
5895
|
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
5852
5896
|
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
@@ -6130,50 +6174,6 @@
|
|
|
6130
6174
|
],
|
|
6131
6175
|
"type": "object"
|
|
6132
6176
|
},
|
|
6133
|
-
"ReducedPaths": {
|
|
6134
|
-
"additionalProperties": false,
|
|
6135
|
-
"properties": {
|
|
6136
|
-
"dam_static": {
|
|
6137
|
-
"default": "",
|
|
6138
|
-
"description": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6139
|
-
"markdownDescription": "Location of statically copied assets for DAM files. This prefix will be removed from the _DAM\nUploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6140
|
-
"type": "string"
|
|
6141
|
-
},
|
|
6142
|
-
"dam_uploads": {
|
|
6143
|
-
"default": "",
|
|
6144
|
-
"description": "Default location of newly uploaded DAM files.",
|
|
6145
|
-
"markdownDescription": "Default location of newly uploaded DAM files.",
|
|
6146
|
-
"type": "string"
|
|
6147
|
-
},
|
|
6148
|
-
"dam_uploads_filename": {
|
|
6149
|
-
"description": "Filename template for newly uploaded DAM files.",
|
|
6150
|
-
"markdownDescription": "Filename template for newly uploaded DAM files.",
|
|
6151
|
-
"type": "string"
|
|
6152
|
-
},
|
|
6153
|
-
"static": {
|
|
6154
|
-
"description": "Location of assets that are statically copied to the output site. This prefix will be removed from the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6155
|
-
"markdownDescription": "Location of assets that are statically copied to the output site. This prefix will be removed\nfrom the _Uploads_ path when CloudCannon outputs the URL of an asset.",
|
|
6156
|
-
"type": "string"
|
|
6157
|
-
},
|
|
6158
|
-
"uploads": {
|
|
6159
|
-
"default": "uploads",
|
|
6160
|
-
"description": "Default location of newly uploaded site files.",
|
|
6161
|
-
"markdownDescription": "Default location of newly uploaded site files.",
|
|
6162
|
-
"type": "string"
|
|
6163
|
-
},
|
|
6164
|
-
"uploads_filename": {
|
|
6165
|
-
"description": "Filename template for newly uploaded site files.",
|
|
6166
|
-
"markdownDescription": "Filename template for newly uploaded site files.",
|
|
6167
|
-
"type": "string"
|
|
6168
|
-
},
|
|
6169
|
-
"uploads_use_relative_path": {
|
|
6170
|
-
"description": "When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to.",
|
|
6171
|
-
"markdownDescription": "When set to true, CloudCannon will reference files relative to the path of the file they were\nuploaded to.",
|
|
6172
|
-
"type": "boolean"
|
|
6173
|
-
}
|
|
6174
|
-
},
|
|
6175
|
-
"type": "object"
|
|
6176
|
-
},
|
|
6177
6177
|
"RichTextInput": {
|
|
6178
6178
|
"additionalProperties": false,
|
|
6179
6179
|
"properties": {
|
|
@@ -6412,7 +6412,7 @@
|
|
|
6412
6412
|
"type": "boolean"
|
|
6413
6413
|
},
|
|
6414
6414
|
"paths": {
|
|
6415
|
-
"$ref": "#/definitions/
|
|
6415
|
+
"$ref": "#/definitions/Paths",
|
|
6416
6416
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
6417
6417
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
6418
6418
|
},
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
"type": "boolean"
|
|
7755
7755
|
},
|
|
7756
7756
|
"paths": {
|
|
7757
|
-
"$ref": "#/definitions/
|
|
7757
|
+
"$ref": "#/definitions/Paths",
|
|
7758
7758
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
7759
7759
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
7760
7760
|
},
|
|
@@ -8717,7 +8717,7 @@
|
|
|
8717
8717
|
"markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
|
|
8718
8718
|
},
|
|
8719
8719
|
"paths": {
|
|
8720
|
-
"$ref": "#/definitions/
|
|
8720
|
+
"$ref": "#/definitions/Paths",
|
|
8721
8721
|
"description": "Paths to where new asset files are uploaded to. They also set the default path when choosing existing images, and linking to existing files. Each path is relative to global `source`. Defaults to the global `paths`.",
|
|
8722
8722
|
"markdownDescription": "Paths to where new asset files are uploaded to. They also set the default path when choosing\nexisting images, and linking to existing files. Each path is relative to global `source`.\nDefaults to the global `paths`."
|
|
8723
8723
|
}
|