edition_config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "editionTitle": "Edizione Digitale - Carteggio Datini",
  3. "badge": "alpha",
  4. "editionHome": "http://restore.ovi.cnr.it/mockup",
  5. "showLists": true,
  6. "availableEditionLevels": [
  7. {
  8. "id": "diplomatic",
  9. "label": "diplomatic"
  10. }
  11. ],
  12. "namedEntitiesLists": {
  13. "persons": {
  14. "defaultLabel": "Persons",
  15. "enabled": true
  16. },
  17. "places": {
  18. "defaultLabel": "Places",
  19. "enabled": true
  20. },
  21. "organizations": {
  22. "defaultLabel": "Organizations",
  23. "enabled": true
  24. },
  25. "relations": {
  26. "defaultLabel": "Relations",
  27. "enabled": true
  28. },
  29. "events": {
  30. "defaultLabel": "Events",
  31. "enabled": true
  32. }
  33. },
  34. "entitiesSelectItems": [
  35. {
  36. "label": "Named Entities",
  37. "items": [
  38. {
  39. "value": "persName",
  40. "label": "persons",
  41. "color": "#ffcdd2"
  42. },
  43. {
  44. "value": "persName[type='episcopus']",
  45. "label": "bishops",
  46. "color": "rgb(139, 98, 236)"
  47. },
  48. {
  49. "value": "placeName,geogName",
  50. "label": "places",
  51. "color": "#A5D6A7"
  52. },
  53. {
  54. "value": "orgName",
  55. "label": "organizations",
  56. "color": "#FFB74D"
  57. }
  58. ]
  59. },
  60. {
  61. "label": "Other",
  62. "items": [
  63. {
  64. "value": "event",
  65. "label": "events",
  66. "color": "#fcfc60"
  67. },
  68. {
  69. "value": "rolename",
  70. "label": "roles"
  71. },
  72. {
  73. "value": "measure",
  74. "label": "measures"
  75. }
  76. ]
  77. }
  78. ],
  79. "notSignificantVariants": [
  80. "type=orthographic"
  81. ],
  82. "defaultEdition": "diplomatic",
  83. "defaultViewMode": "imageText",
  84. "availableViewModes": [
  85. {
  86. "icon": "txt",
  87. "iconSet": "evt",
  88. "id": "readingText",
  89. "label": "Reading Text"
  90. },
  91. {
  92. "icon": "imgTxt",
  93. "iconSet": "evt",
  94. "id": "imageText",
  95. "label": "Image Text"
  96. },
  97. {
  98. "icon": "txtTxt",
  99. "iconSet": "evt",
  100. "id": "textText",
  101. "label": "Text Text"
  102. },
  103. {
  104. "icon": "collation",
  105. "iconSet": "evt",
  106. "id": "collation",
  107. "label": "Collation"
  108. },
  109. {
  110. "icon": "srcTxt",
  111. "iconSet": "evt",
  112. "id": "textSources",
  113. "label": "Text Sources"
  114. },
  115. {
  116. "icon": "versions",
  117. "iconSet": "evt",
  118. "id": "textVersions",
  119. "label": "Text Versions"
  120. }
  121. ],
  122. "proseVersesToggler": false,
  123. "defaultTextFlow": "prose",
  124. "verseNumberPrinter": 5
  125. }