From 9be6b6e4f08ec584b70714f736181e32d64188b9 Mon Sep 17 00:00:00 2001 From: arjan Date: Tue, 3 Dec 2024 12:34:44 +0100 Subject: [PATCH] Instelling van panzoomimage Atmatiek, plus prevVersion correctie --- src/main/resources/input/Armatiek/cfg/docrules/Armatiek.xml | 5 +++-- .../input/Armatiek/cfg/docrules/documentor/js/owner.js | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/input/Armatiek/cfg/docrules/Armatiek.xml b/src/main/resources/input/Armatiek/cfg/docrules/Armatiek.xml index e39faed7..6ddb0e8e 100644 --- a/src/main/resources/input/Armatiek/cfg/docrules/Armatiek.xml +++ b/src/main/resources/input/Armatiek/cfg/docrules/Armatiek.xml @@ -59,11 +59,12 @@ figure + default default diff --git a/src/main/resources/input/Armatiek/cfg/docrules/documentor/js/owner.js b/src/main/resources/input/Armatiek/cfg/docrules/documentor/js/owner.js index 5cca18b2..2f221578 100644 --- a/src/main/resources/input/Armatiek/cfg/docrules/documentor/js/owner.js +++ b/src/main/resources/input/Armatiek/cfg/docrules/documentor/js/owner.js @@ -20,8 +20,8 @@ var organisationConfig = { // De hier gedefinieerde variabelen kunnen door ze nogmaals in de config.js te plaatsen overruled worden. shortName: "noname", pubDomain: "report", // publicatie domein, zoals "imvertor", "whitepaper" etc. - publishVersion: "0.002", - previousPublishVersion: "0.001", + publishVersion: "0.01", + //previousPublishVersion: "0.001", //this: "this", <-- Zo kun je dus eigen variabelen introduceren die je ergens anders kunt gebruiken. // Zoals bijv. hier --> 'thisVersion: ["nl_organisationPublishURL", "this", "/", "shortName"],'