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"],'