mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Set new footer links and add terms and conditions
This commit is contained in:
parent
f1e4414b8f
commit
e9d666d59e
@ -5,7 +5,7 @@ import { defaultPageParamsPages } from '~/components/utils/InternalPages.js'
|
||||
const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({
|
||||
// externalLink: null, // if string is defined and not empty it's dominating
|
||||
externalLink: {
|
||||
url: 'https://changemedia.club',
|
||||
url: 'https://changemedia.club/herzlich-willkommen-auf-der-plattform',
|
||||
target: '',
|
||||
},
|
||||
|
||||
@ -55,6 +55,10 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
|
||||
})
|
||||
const TERMS_AND_CONDITIONS = defaultPageParamsPages.TERMS_AND_CONDITIONS.overwrite({
|
||||
// externalLink: null, // if string is defined and not empty it's dominating
|
||||
externalLink: {
|
||||
url: 'https://changemedia.club/nutzungsbedingungen',
|
||||
target: '',
|
||||
},
|
||||
|
||||
internalPage: {
|
||||
// footerIdent: 'site.termsAndConditions', // localized string identifier, if undefined default is used
|
||||
@ -81,6 +85,10 @@ const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({
|
||||
})
|
||||
const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({
|
||||
// externalLink: null, // if string is defined and not empty it's dominating
|
||||
externalLink: {
|
||||
url: 'https://changemedia.club/datenschutz',
|
||||
target: '',
|
||||
},
|
||||
|
||||
internalPage: {
|
||||
// footerIdent: 'site.data-privacy', // localized string identifier, if undefined default is used
|
||||
@ -139,9 +147,9 @@ export default {
|
||||
|
||||
FOOTER_LINK_LIST: [
|
||||
ORGANIZATION,
|
||||
// TERMS_AND_CONDITIONS,
|
||||
// CODE_OF_CONDUCT,
|
||||
// DATA_PRIVACY,
|
||||
DATA_PRIVACY,
|
||||
TERMS_AND_CONDITIONS,
|
||||
FAQ,
|
||||
DONATE,
|
||||
IMPRINT,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user