Change path for content of internal page in comments

This commit is contained in:
Wolfgang Huß 2023-10-05 15:42:07 +02:00
parent 6224f9cfd0
commit ae4cae0174

View File

@ -16,7 +16,7 @@ const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const DONATE = defaultPageParamsPages.DONATE.overwrite({ const DONATE = defaultPageParamsPages.DONATE.overwrite({
@ -34,7 +34,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
@ -51,7 +51,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const TERMS_AND_CONDITIONS = defaultPageParamsPages.TERMS_AND_CONDITIONS.overwrite({ const TERMS_AND_CONDITIONS = defaultPageParamsPages.TERMS_AND_CONDITIONS.overwrite({
@ -64,7 +64,7 @@ const TERMS_AND_CONDITIONS = defaultPageParamsPages.TERMS_AND_CONDITIONS.overwri
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({ const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({
@ -77,7 +77,7 @@ const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({ const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({
@ -90,7 +90,7 @@ const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const FAQ = defaultPageParamsPages.FAQ.overwrite({ const FAQ = defaultPageParamsPages.FAQ.overwrite({
@ -103,7 +103,7 @@ const FAQ = defaultPageParamsPages.FAQ.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })
const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({ const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({
@ -120,7 +120,7 @@ const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({
hasContainer: true, hasContainer: true,
hasBaseCard: true, hasBaseCard: true,
hasLoginInHeader: true, hasLoginInHeader: true,
// in case internal page content is here 'webapp/locales/html/' // in case internal page content is here 'branding/locales/html/'
}, },
}) })