From f17317aa1b814c5d3f06849ff7c7ce3ae6aaab47 Mon Sep 17 00:00:00 2001 From: Rihards Date: Sun, 8 Feb 2026 22:44:06 +0000 Subject: [PATCH] Update processgit.viewer.json --- processgit.viewer.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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