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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
letrespecConfig={
2
2
useLogo: true,
3
3
useLabel: true,
4
-
// title is verplicht! Neem hier de titel van het document op ----------------------
5
-
title: "[TODO: Neem titel op in config.js]",
4
+
// TODO: title is verplicht! Neem hieronder de titel van het document op
5
+
title: "Geonovum template voor ReSpec",
6
6
//-- specStatus is verplicht! (activeer 1 van de volgende) --------------------------
7
7
specStatus: "wv",// Werkversie
8
8
//specStatus: "cv", // Consultatieversie
@@ -35,7 +35,7 @@ let respecConfig = {
35
35
36
36
//-- publishDate is verplicht -------------------------------------------------------
37
37
//-- NB: in de werkversie uitzetten, want dan pakt Respec de pushdate ---------------
38
-
publishDate: "2025-03-28",
38
+
//publishDate: "2025-03-28",
39
39
//eventueel is het mogelijk een versienummer mee te geven, maar bij Geonovum werken we gewoonlijk alleen met datum als onderdeel van de permanente URI.
0 commit comments