diff --git a/processgit.viewer.json b/processgit.viewer.json index f0b63dd..6dfeaf9 100644 --- a/processgit.viewer.json +++ b/processgit.viewer.json @@ -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" + } + } + ] } \ No newline at end of file