Skip to content

Commit

Permalink
fixed config for web-img col
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Jan 17, 2024
1 parent 0245440 commit 4829767
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"id": "//tei:pb/@facs",
"id_suffix": ".tif",
"id_as_title": True,
"id_as_title_prefix": "Facsimile:",
"id_as_title_prefix": "High Resolution Facsimile:",
"xpaths": {
"isSourceOf__prefix__nolang": "//tei:TEI/@xml:id"
},
Expand All @@ -71,16 +71,16 @@
"resource_file_path": "data",
"file_format": "xml",
"id": "//tei:pb/@facs",
"id_suffix": ".tif",
"id_suffix": ".png",
"id_as_title": True,
"id_as_title_prefix": "Facsimile:",
"id_as_title_prefix": "Low Resultion Facsimile:",
"xpaths": {
"isSourceOf__prefix__nolang": "//tei:TEI/@xml:id"
},
"static_values": {
"hasAccessRestrictions": "https://vocabs.acdh.oeaw.ac.at/archeaccessrestrictions/public",
"hasCategory": "https://vocabs.acdh.oeaw.ac.at/archecategory/image",
"isPartOf": "https://id.acdh.oeaw.ac.at/auden-musulin-papers/facs",
"isPartOf": "https://id.acdh.oeaw.ac.at/auden-musulin-papers/web-img",
"hasPid": "create"
},
"vocabs_lookup": {}
Expand Down

0 comments on commit 4829767

Please sign in to comment.