1
0

Update processgit.viewer.json

This commit is contained in:
2026-02-08 22:44:06 +00:00
parent ca2939c0f6
commit f17317aa1b

View File

@@ -1,7 +1,21 @@
{
"version": 1,
"viewer": "index.html",
"title": "VDVC Klasifikācijas shēmas redaktors",
"description": "Display V1 (read-only) and edit V2 (proposed) document classification schema for DVS Namejs",
"icon": "📋"
"viewers": [
{
"id": "vdvc-classification-editor",
"primary_pattern": "classification-v2-proposed.xml",
"type": "html",
"entry": "index.html",
"edit_allow": [
"classification-v2-proposed.xml",
"vocabularies.xml"
],
"targets": {
"xsd": "vdvc-classification.xsd",
"v2": "classification-v2-proposed.xml",
"v1": "classification-v1-asis.xml",
"vocab": "vocabularies.xml"
}
}
]
}