edition_config.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "editionTitle": "Carteggio Datini - Edizione digitale",
  3. "badge": "alpha",
  4. "editionHome": "http://datini.archiviodistato.prato.it/carteggi/",
  5. "showLists": true,
  6. "availableEditionLevels": [
  7. {
  8. "id": "diplomatic",
  9. "label": "diplomatic"
  10. },
  11. {
  12. "id": "interpretative",
  13. "label": "interpretative"
  14. },
  15. {
  16. "id": "critical",
  17. "label": "critical"
  18. }
  19. ],
  20. "namedEntitiesLists": {
  21. "persons": {
  22. "defaultLabel": "Persons",
  23. "enabled": true
  24. },
  25. "places": {
  26. "defaultLabel": "Places",
  27. "enabled": true
  28. },
  29. "organizations": {
  30. "defaultLabel": "Organizations",
  31. "enabled": true
  32. },
  33. "relations": {
  34. "defaultLabel": "Relations",
  35. "enabled": true
  36. },
  37. "events": {
  38. "defaultLabel": "Events",
  39. "enabled": true
  40. }
  41. },
  42. "entitiesSelectItems": [
  43. {
  44. "label": "Named Entities",
  45. "items": [
  46. {
  47. "value": "persName",
  48. "label": "persons",
  49. "color": "#ffcdd2"
  50. },
  51. {
  52. "value": "persName[type='episcopus']",
  53. "label": "bishops",
  54. "color": "rgb(139, 98, 236)"
  55. },
  56. {
  57. "value": "placeName,geogName",
  58. "label": "places",
  59. "color": "#A5D6A7"
  60. },
  61. {
  62. "value": "orgName",
  63. "label": "organizations",
  64. "color": "#FFB74D"
  65. }
  66. ]
  67. },
  68. {
  69. "label": "Other",
  70. "items": [
  71. {
  72. "value": "event",
  73. "label": "events",
  74. "color": "#fcfc60"
  75. },
  76. {
  77. "value": "rolename",
  78. "label": "roles"
  79. },
  80. {
  81. "value": "measure",
  82. "label": "measures"
  83. }
  84. ]
  85. }
  86. ],
  87. "notSignificantVariants": [
  88. "type=orthographic"
  89. ],
  90. "defaultEdition": "diplomatic",
  91. "defaultViewMode": "imgText",
  92. "availableViewModes": [
  93. {
  94. "icon": "imgTxt",
  95. "iconSet": "evt",
  96. "id": "imageText",
  97. "label": "Image Text"
  98. }
  99. ],
  100. "proseVersesToggler": true,
  101. "defaultTextFlow": "prose",
  102. "verseNumberPrinter": 5
  103. }