You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: js/config.js
+4-3
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ let respecConfig = {
5
5
title: "Informatiemodel Water (IMWA) Basis",
6
6
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
7
7
specStatus: "wv",// Werkversie
8
+
labelColor: "#ffcc00",
8
9
// specStatus: "cv", // Consultatieversie
9
10
//specStatus: "vv", // Versie ter vaststelling
10
11
//specStatus: "def", // Vastgestelde versie
@@ -19,13 +20,13 @@ let respecConfig = {
19
20
//specType: "BD", // Beheer Documentatie
20
21
//specType: "AL", // Algemeen document
21
22
//specType: "BP", // Best Practice
22
-
labelColor: "#FF0000",
23
+
23
24
//-- pubDomain is verplicht! (komt in de URL) -------------------------------------
24
25
pubDomain: "IMWA Basis",
25
26
//-- license: voor de geldende gebruiksvoorwaarden. Default is cc-by.
26
27
//licence: "cc-by-nd", // bronvermelding, geen afgeleide werken (default)
27
28
//licence: "cc0", // Public Domain Dedication
28
-
license: "cc-by",// Attribution, met bronvermelding
29
+
licenses: "cc-by",// Attribution, met bronvermelding
29
30
//-- shortName is verplicht! (komt in de URL: kies logische afkorting)--------------
30
31
shortName: "IMWA Basis",
31
32
//-- publishDate is verplicht -------------------------------------------------------
@@ -52,7 +53,7 @@ let respecConfig = {
52
53
//maxTocLevel: 4, // Aantal niveau's ToC, default is 0
53
54
nl_organisationName: "IHW",
54
55
sotdText: "Dit is een werkversie die op elk moment kan worden gewijzigd, verwijderd of vervangen door andere documenten. Het is geen stabiel document.",
55
-
56
+
56
57
// Create PDF and link to file in header (optional):
0 commit comments