edition_config.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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": "interpretative",
  9. "label": "interpretative"
  10. }
  11. ],
  12. "namedEntitiesLists": {
  13. "persons": {
  14. "defaultLabel": "Persons",
  15. "enabled": true
  16. },
  17. "places": {
  18. "defaultLabel": "Places",
  19. "enabled": true
  20. },
  21. "relations": {
  22. "defaultLabel": "Relations",
  23. "enabled": true
  24. },
  25. "events": {
  26. "defaultLabel": "Events",
  27. "enabled": true
  28. }
  29. },
  30. "entitiesSelectItems": [
  31. {
  32. "label": "Named Entities",
  33. "items": [
  34. {
  35. "value": "persName",
  36. "label": "persons",
  37. "color": "#ffcdd2"
  38. },
  39. {
  40. "value": "persName[type='episcopus']",
  41. "label": "bishops",
  42. "color": "rgb(139, 98, 236)"
  43. },
  44. {
  45. "value": "placeName,geogName",
  46. "label": "places",
  47. "color": "#A5D6A7"
  48. }
  49. ]
  50. },
  51. {
  52. "label": "Other",
  53. "items": [
  54. {
  55. "value": "lemma",
  56. "label": "lemmas",
  57. "color": "#fcfc60"
  58. }
  59. ]
  60. }
  61. ],
  62. "lemmatizedEntitiesLists": {
  63. "lemmas": {
  64. "defaultLabel": "Lems",
  65. "enabled": true
  66. }
  67. },
  68. "lemsSelectItems": [
  69. {
  70. "label": "Lemmatized Entities",
  71. "items": [
  72. {
  73. "value": "w",
  74. "label": "lemmas",
  75. "color": "#ffcdd2"
  76. },
  77. {
  78. "value": "w[type='lem']",
  79. "label": "lem",
  80. "color": "rgb(139, 98, 236)"
  81. },
  82. {
  83. "value": "lem",
  84. "label": "lemmas",
  85. "color": "#A5D6A7"
  86. }
  87. ]
  88. }
  89. ],
  90. "notSignificantVariants": [
  91. "type=ortographic"
  92. ],
  93. "lemNotSignificantVariants": [
  94. "type=lessicographic"
  95. ],
  96. "defaultEdition": "interpretative",
  97. "defaultViewMode": "imageText",
  98. "availableViewModes": [
  99. {
  100. "icon": "imgTxt",
  101. "iconSet": "evt",
  102. "id": "imageText",
  103. "label": "Image Text"
  104. }
  105. ],
  106. "proseVersesToggler": false,
  107. "defaultTextFlow": "prose",
  108. "verseNumberPrinter": 5
  109. }