Update and rework project structure with new pagebuilder concept. (based on RK Architekten and SFU Politik configs and sources)

This commit is contained in:
2022-11-17 16:01:52 +00:00
parent 825dfc18f9
commit 30c05143fe
1421 changed files with 3875 additions and 4975 deletions

View File

@@ -1,7 +0,0 @@
// @ts-check
var utils = require("../lib/utils")
;(function () {
utils.clearSSRCache()
})()

View File

@@ -0,0 +1,11 @@
// @ts-check
const { generateUrlString } = require("../lib/helper")
;(function () {
/** @type {import("tibi-types").HookResponse} */
let hookResponse
context.data.path = generateUrlString(context.data.path)
return hookResponse
})()

View File

@@ -1,7 +0,0 @@
// @ts-check
var utils = require("../lib/utils")
;(function () {
utils.clearSSRCache()
})()

View File

@@ -1,7 +0,0 @@
// @ts-check
var utils = require("../lib/utils")
;(function () {
utils.clearSSRCache()
})()

View File

@@ -0,0 +1,11 @@
// @ts-check
const { generateUrlString } = require("../lib/helper")
;(function () {
/** @type {import("tibi-types").HookResponse} */
let hookResponse
context.data.path = generateUrlString(context.data.path)
return hookResponse
})()