@cloudcannon/configuration-types 0.0.9 → 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.
@@ -163,7 +163,8 @@
163
163
  "right",
164
164
  "space right",
165
165
  "below",
166
- "newline below"
166
+ "newline below",
167
+ "right-of-prefix"
167
168
  ],
168
169
  "type": "string"
169
170
  },
@@ -401,7 +402,7 @@
401
402
  "type": "boolean"
402
403
  },
403
404
  "paths": {
404
- "$ref": "#/definitions/ReducedPaths",
405
+ "$ref": "#/definitions/Paths",
405
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`.",
406
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`."
407
408
  },
@@ -515,6 +516,70 @@
515
516
  },
516
517
  "type": "object"
517
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
+ },
518
583
  "ChoiceInput": {
519
584
  "additionalProperties": false,
520
585
  "properties": {
@@ -1384,7 +1449,7 @@
1384
1449
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
1385
1450
  },
1386
1451
  "paths": {
1387
- "$ref": "#/definitions/ReducedPaths",
1452
+ "$ref": "#/definitions/Paths",
1388
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`.",
1389
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`."
1390
1455
  }
@@ -1789,9 +1854,9 @@
1789
1854
  "markdownDescription": "Contains settings for various Markdown engines."
1790
1855
  },
1791
1856
  "paths": {
1792
- "$ref": "#/definitions/Paths",
1793
- "description": "Global paths to common folders.",
1794
- "markdownDescription": "Global paths to common folders."
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`."
1795
1860
  },
1796
1861
  "source": {
1797
1862
  "description": "Base path to your site source files, relative to the root folder.",
@@ -3979,7 +4044,7 @@
3979
4044
  "type": "string"
3980
4045
  },
3981
4046
  "paths": {
3982
- "$ref": "#/definitions/ReducedPaths",
4047
+ "$ref": "#/definitions/Paths",
3983
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`.",
3984
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`."
3985
4050
  },
@@ -4174,7 +4239,7 @@
4174
4239
  "type": "string"
4175
4240
  },
4176
4241
  "paths": {
4177
- "$ref": "#/definitions/ReducedPaths",
4242
+ "$ref": "#/definitions/Paths",
4178
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`.",
4179
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`."
4180
4245
  },
@@ -4332,7 +4397,7 @@
4332
4397
  "additionalProperties": false,
4333
4398
  "properties": {
4334
4399
  "paths": {
4335
- "$ref": "#/definitions/ReducedPaths",
4400
+ "$ref": "#/definitions/Paths",
4336
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`.",
4337
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`."
4338
4403
  }
@@ -4342,35 +4407,347 @@
4342
4407
  "MarkdownAttributeElementOptions": {
4343
4408
  "additionalProperties": false,
4344
4409
  "properties": {
4410
+ "a": {
4411
+ "$ref": "#/definitions/AttributeListPosition"
4412
+ },
4413
+ "abbr": {
4414
+ "$ref": "#/definitions/AttributeListPosition"
4415
+ },
4416
+ "address": {
4417
+ "$ref": "#/definitions/AttributeListPosition"
4418
+ },
4419
+ "area": {
4420
+ "$ref": "#/definitions/AttributeListPosition"
4421
+ },
4422
+ "article": {
4423
+ "$ref": "#/definitions/AttributeListPosition"
4424
+ },
4425
+ "aside": {
4426
+ "$ref": "#/definitions/AttributeListPosition"
4427
+ },
4428
+ "audio": {
4429
+ "$ref": "#/definitions/AttributeListPosition"
4430
+ },
4431
+ "b": {
4432
+ "$ref": "#/definitions/AttributeListPosition"
4433
+ },
4434
+ "base": {
4435
+ "$ref": "#/definitions/AttributeListPosition"
4436
+ },
4437
+ "bdi": {
4438
+ "$ref": "#/definitions/AttributeListPosition"
4439
+ },
4440
+ "bdo": {
4441
+ "$ref": "#/definitions/AttributeListPosition"
4442
+ },
4345
4443
  "block": {
4346
4444
  "$ref": "#/definitions/AttributeListPosition"
4347
4445
  },
4348
4446
  "blockquote": {
4349
4447
  "$ref": "#/definitions/AttributeListPosition"
4350
4448
  },
4449
+ "body": {
4450
+ "$ref": "#/definitions/AttributeListPosition"
4451
+ },
4452
+ "br": {
4453
+ "$ref": "#/definitions/AttributeListPosition"
4454
+ },
4455
+ "button": {
4456
+ "$ref": "#/definitions/AttributeListPosition"
4457
+ },
4458
+ "canvas": {
4459
+ "$ref": "#/definitions/AttributeListPosition"
4460
+ },
4461
+ "caption": {
4462
+ "$ref": "#/definitions/AttributeListPosition"
4463
+ },
4464
+ "cite": {
4465
+ "$ref": "#/definitions/AttributeListPosition"
4466
+ },
4467
+ "code": {
4468
+ "$ref": "#/definitions/AttributeListPosition"
4469
+ },
4470
+ "col": {
4471
+ "$ref": "#/definitions/AttributeListPosition"
4472
+ },
4473
+ "colgroup": {
4474
+ "$ref": "#/definitions/AttributeListPosition"
4475
+ },
4476
+ "data": {
4477
+ "$ref": "#/definitions/AttributeListPosition"
4478
+ },
4479
+ "datalist": {
4480
+ "$ref": "#/definitions/AttributeListPosition"
4481
+ },
4482
+ "dd": {
4483
+ "$ref": "#/definitions/AttributeListPosition"
4484
+ },
4485
+ "del": {
4486
+ "$ref": "#/definitions/AttributeListPosition"
4487
+ },
4488
+ "details": {
4489
+ "$ref": "#/definitions/AttributeListPosition"
4490
+ },
4491
+ "dfn": {
4492
+ "$ref": "#/definitions/AttributeListPosition"
4493
+ },
4494
+ "dialog": {
4495
+ "$ref": "#/definitions/AttributeListPosition"
4496
+ },
4497
+ "div": {
4498
+ "$ref": "#/definitions/AttributeListPosition"
4499
+ },
4500
+ "dl": {
4501
+ "$ref": "#/definitions/AttributeListPosition"
4502
+ },
4503
+ "dt": {
4504
+ "$ref": "#/definitions/AttributeListPosition"
4505
+ },
4506
+ "em": {
4507
+ "$ref": "#/definitions/AttributeListPosition"
4508
+ },
4509
+ "embed": {
4510
+ "$ref": "#/definitions/AttributeListPosition"
4511
+ },
4512
+ "fieldset": {
4513
+ "$ref": "#/definitions/AttributeListPosition"
4514
+ },
4515
+ "figcaption": {
4516
+ "$ref": "#/definitions/AttributeListPosition"
4517
+ },
4518
+ "figure": {
4519
+ "$ref": "#/definitions/AttributeListPosition"
4520
+ },
4521
+ "footer": {
4522
+ "$ref": "#/definitions/AttributeListPosition"
4523
+ },
4524
+ "form": {
4525
+ "$ref": "#/definitions/AttributeListPosition"
4526
+ },
4527
+ "h1": {
4528
+ "$ref": "#/definitions/AttributeListPosition"
4529
+ },
4530
+ "h2": {
4531
+ "$ref": "#/definitions/AttributeListPosition"
4532
+ },
4533
+ "h3": {
4534
+ "$ref": "#/definitions/AttributeListPosition"
4535
+ },
4536
+ "h4": {
4537
+ "$ref": "#/definitions/AttributeListPosition"
4538
+ },
4539
+ "h5": {
4540
+ "$ref": "#/definitions/AttributeListPosition"
4541
+ },
4542
+ "h6": {
4543
+ "$ref": "#/definitions/AttributeListPosition"
4544
+ },
4545
+ "head": {
4546
+ "$ref": "#/definitions/AttributeListPosition"
4547
+ },
4548
+ "header": {
4549
+ "$ref": "#/definitions/AttributeListPosition"
4550
+ },
4551
+ "hgroup": {
4552
+ "$ref": "#/definitions/AttributeListPosition"
4553
+ },
4554
+ "hr": {
4555
+ "$ref": "#/definitions/AttributeListPosition"
4556
+ },
4557
+ "html": {
4558
+ "$ref": "#/definitions/AttributeListPosition"
4559
+ },
4560
+ "i": {
4561
+ "$ref": "#/definitions/AttributeListPosition"
4562
+ },
4563
+ "iframe": {
4564
+ "$ref": "#/definitions/AttributeListPosition"
4565
+ },
4351
4566
  "img": {
4352
4567
  "$ref": "#/definitions/AttributeListPosition"
4353
4568
  },
4354
4569
  "inline": {
4355
4570
  "$ref": "#/definitions/AttributeListPosition"
4356
4571
  },
4572
+ "input": {
4573
+ "$ref": "#/definitions/AttributeListPosition"
4574
+ },
4575
+ "ins": {
4576
+ "$ref": "#/definitions/AttributeListPosition"
4577
+ },
4578
+ "kbd": {
4579
+ "$ref": "#/definitions/AttributeListPosition"
4580
+ },
4581
+ "label": {
4582
+ "$ref": "#/definitions/AttributeListPosition"
4583
+ },
4584
+ "legend": {
4585
+ "$ref": "#/definitions/AttributeListPosition"
4586
+ },
4357
4587
  "li": {
4358
4588
  "$ref": "#/definitions/AttributeListPosition"
4359
4589
  },
4590
+ "link": {
4591
+ "$ref": "#/definitions/AttributeListPosition"
4592
+ },
4593
+ "main": {
4594
+ "$ref": "#/definitions/AttributeListPosition"
4595
+ },
4596
+ "map": {
4597
+ "$ref": "#/definitions/AttributeListPosition"
4598
+ },
4599
+ "mark": {
4600
+ "$ref": "#/definitions/AttributeListPosition"
4601
+ },
4602
+ "menu": {
4603
+ "$ref": "#/definitions/AttributeListPosition"
4604
+ },
4605
+ "meta": {
4606
+ "$ref": "#/definitions/AttributeListPosition"
4607
+ },
4608
+ "meter": {
4609
+ "$ref": "#/definitions/AttributeListPosition"
4610
+ },
4611
+ "nav": {
4612
+ "$ref": "#/definitions/AttributeListPosition"
4613
+ },
4614
+ "noscript": {
4615
+ "$ref": "#/definitions/AttributeListPosition"
4616
+ },
4617
+ "object": {
4618
+ "$ref": "#/definitions/AttributeListPosition"
4619
+ },
4360
4620
  "ol": {
4361
4621
  "$ref": "#/definitions/AttributeListPosition"
4362
4622
  },
4623
+ "optgroup": {
4624
+ "$ref": "#/definitions/AttributeListPosition"
4625
+ },
4626
+ "option": {
4627
+ "$ref": "#/definitions/AttributeListPosition"
4628
+ },
4629
+ "output": {
4630
+ "$ref": "#/definitions/AttributeListPosition"
4631
+ },
4632
+ "p": {
4633
+ "$ref": "#/definitions/AttributeListPosition"
4634
+ },
4635
+ "picture": {
4636
+ "$ref": "#/definitions/AttributeListPosition"
4637
+ },
4638
+ "pre": {
4639
+ "$ref": "#/definitions/AttributeListPosition"
4640
+ },
4641
+ "progress": {
4642
+ "$ref": "#/definitions/AttributeListPosition"
4643
+ },
4644
+ "q": {
4645
+ "$ref": "#/definitions/AttributeListPosition"
4646
+ },
4647
+ "rp": {
4648
+ "$ref": "#/definitions/AttributeListPosition"
4649
+ },
4650
+ "rt": {
4651
+ "$ref": "#/definitions/AttributeListPosition"
4652
+ },
4653
+ "ruby": {
4654
+ "$ref": "#/definitions/AttributeListPosition"
4655
+ },
4656
+ "s": {
4657
+ "$ref": "#/definitions/AttributeListPosition"
4658
+ },
4659
+ "samp": {
4660
+ "$ref": "#/definitions/AttributeListPosition"
4661
+ },
4662
+ "script": {
4663
+ "$ref": "#/definitions/AttributeListPosition"
4664
+ },
4665
+ "search": {
4666
+ "$ref": "#/definitions/AttributeListPosition"
4667
+ },
4668
+ "section": {
4669
+ "$ref": "#/definitions/AttributeListPosition"
4670
+ },
4671
+ "select": {
4672
+ "$ref": "#/definitions/AttributeListPosition"
4673
+ },
4674
+ "slot": {
4675
+ "$ref": "#/definitions/AttributeListPosition"
4676
+ },
4677
+ "small": {
4678
+ "$ref": "#/definitions/AttributeListPosition"
4679
+ },
4680
+ "source": {
4681
+ "$ref": "#/definitions/AttributeListPosition"
4682
+ },
4683
+ "span": {
4684
+ "$ref": "#/definitions/AttributeListPosition"
4685
+ },
4686
+ "strong": {
4687
+ "$ref": "#/definitions/AttributeListPosition"
4688
+ },
4689
+ "style": {
4690
+ "$ref": "#/definitions/AttributeListPosition"
4691
+ },
4692
+ "sub": {
4693
+ "$ref": "#/definitions/AttributeListPosition"
4694
+ },
4695
+ "summary": {
4696
+ "$ref": "#/definitions/AttributeListPosition"
4697
+ },
4698
+ "sup": {
4699
+ "$ref": "#/definitions/AttributeListPosition"
4700
+ },
4363
4701
  "table": {
4364
4702
  "$ref": "#/definitions/AttributeListPosition"
4365
4703
  },
4704
+ "tbody": {
4705
+ "$ref": "#/definitions/AttributeListPosition"
4706
+ },
4366
4707
  "td": {
4367
4708
  "$ref": "#/definitions/AttributeListPosition"
4368
4709
  },
4710
+ "template": {
4711
+ "$ref": "#/definitions/AttributeListPosition"
4712
+ },
4713
+ "textarea": {
4714
+ "$ref": "#/definitions/AttributeListPosition"
4715
+ },
4716
+ "tfoot": {
4717
+ "$ref": "#/definitions/AttributeListPosition"
4718
+ },
4719
+ "th": {
4720
+ "$ref": "#/definitions/AttributeListPosition"
4721
+ },
4722
+ "thead": {
4723
+ "$ref": "#/definitions/AttributeListPosition"
4724
+ },
4725
+ "time": {
4726
+ "$ref": "#/definitions/AttributeListPosition"
4727
+ },
4728
+ "title": {
4729
+ "$ref": "#/definitions/AttributeListPosition"
4730
+ },
4369
4731
  "tr": {
4370
4732
  "$ref": "#/definitions/AttributeListPosition"
4371
4733
  },
4734
+ "track": {
4735
+ "$ref": "#/definitions/AttributeListPosition"
4736
+ },
4737
+ "u": {
4738
+ "$ref": "#/definitions/AttributeListPosition"
4739
+ },
4372
4740
  "ul": {
4373
4741
  "$ref": "#/definitions/AttributeListPosition"
4742
+ },
4743
+ "var": {
4744
+ "$ref": "#/definitions/AttributeListPosition"
4745
+ },
4746
+ "video": {
4747
+ "$ref": "#/definitions/AttributeListPosition"
4748
+ },
4749
+ "wbr": {
4750
+ "$ref": "#/definitions/AttributeListPosition"
4374
4751
  }
4375
4752
  },
4376
4753
  "type": "object"
@@ -4439,7 +4816,7 @@
4439
4816
  },
4440
4817
  "quotes": {
4441
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).",
4442
- "markdownDescription": "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).",
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).",
4443
4820
  "type": "string"
4444
4821
  },
4445
4822
  "sentence_per_line": {
@@ -5497,11 +5874,6 @@
5497
5874
  "Paths": {
5498
5875
  "additionalProperties": false,
5499
5876
  "properties": {
5500
- "collections": {
5501
- "description": "Parent folder of all collections.",
5502
- "markdownDescription": "Parent folder of all collections.",
5503
- "type": "string"
5504
- },
5505
5877
  "dam_static": {
5506
5878
  "default": "",
5507
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.",
@@ -5519,21 +5891,6 @@
5519
5891
  "markdownDescription": "Filename template for newly uploaded DAM files.",
5520
5892
  "type": "string"
5521
5893
  },
5522
- "data": {
5523
- "description": "Parent folder of all site data files.",
5524
- "markdownDescription": "Parent folder of all site data files.",
5525
- "type": "string"
5526
- },
5527
- "includes": {
5528
- "description": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
5529
- "markdownDescription": "Parent folder of all includes, partials, or shortcode files. _Only applies to Jekyll, Hugo, and\nEleventy sites_.",
5530
- "type": "string"
5531
- },
5532
- "layouts": {
5533
- "description": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
5534
- "markdownDescription": "Parent folder of all site layout files. _Only applies to Jekyll, Hugo, and Eleventy sites_.",
5535
- "type": "string"
5536
- },
5537
5894
  "static": {
5538
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.",
5539
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.",
@@ -5817,50 +6174,6 @@
5817
6174
  ],
5818
6175
  "type": "object"
5819
6176
  },
5820
- "ReducedPaths": {
5821
- "additionalProperties": false,
5822
- "properties": {
5823
- "dam_static": {
5824
- "default": "",
5825
- "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.",
5826
- "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.",
5827
- "type": "string"
5828
- },
5829
- "dam_uploads": {
5830
- "default": "",
5831
- "description": "Default location of newly uploaded DAM files.",
5832
- "markdownDescription": "Default location of newly uploaded DAM files.",
5833
- "type": "string"
5834
- },
5835
- "dam_uploads_filename": {
5836
- "description": "Filename template for newly uploaded DAM files.",
5837
- "markdownDescription": "Filename template for newly uploaded DAM files.",
5838
- "type": "string"
5839
- },
5840
- "static": {
5841
- "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.",
5842
- "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.",
5843
- "type": "string"
5844
- },
5845
- "uploads": {
5846
- "default": "uploads",
5847
- "description": "Default location of newly uploaded site files.",
5848
- "markdownDescription": "Default location of newly uploaded site files.",
5849
- "type": "string"
5850
- },
5851
- "uploads_filename": {
5852
- "description": "Filename template for newly uploaded site files.",
5853
- "markdownDescription": "Filename template for newly uploaded site files.",
5854
- "type": "string"
5855
- },
5856
- "uploads_use_relative_path": {
5857
- "description": "When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to.",
5858
- "markdownDescription": "When set to true, CloudCannon will reference files relative to the path of the file they were\nuploaded to.",
5859
- "type": "boolean"
5860
- }
5861
- },
5862
- "type": "object"
5863
- },
5864
6177
  "RichTextInput": {
5865
6178
  "additionalProperties": false,
5866
6179
  "properties": {
@@ -6099,7 +6412,7 @@
6099
6412
  "type": "boolean"
6100
6413
  },
6101
6414
  "paths": {
6102
- "$ref": "#/definitions/ReducedPaths",
6415
+ "$ref": "#/definitions/Paths",
6103
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`.",
6104
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`."
6105
6418
  },
@@ -7441,7 +7754,7 @@
7441
7754
  "type": "boolean"
7442
7755
  },
7443
7756
  "paths": {
7444
- "$ref": "#/definitions/ReducedPaths",
7757
+ "$ref": "#/definitions/Paths",
7445
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`.",
7446
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`."
7447
7760
  },
@@ -8404,7 +8717,7 @@
8404
8717
  "markdownDescription": "Set how an ‘empty’ value will be saved. Does not apply to existing empty values."
8405
8718
  },
8406
8719
  "paths": {
8407
- "$ref": "#/definitions/ReducedPaths",
8720
+ "$ref": "#/definitions/Paths",
8408
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`.",
8409
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`."
8410
8723
  }