mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
add code if condition
This commit is contained in:
parent
1fdee4058d
commit
28c4740a98
@ -57,7 +57,7 @@ const TERMS_AND_CONDITIONS = defaultPageParamsPages.TERMS_AND_CONDITIONS.overwri
|
||||
},
|
||||
})
|
||||
const CODE_OF_CONDUCT = defaultPageParamsPages.CODE_OF_CONDUCT.overwrite({
|
||||
// externalLink: null, // if string is defined and not empty it's dominating
|
||||
externalLink: 'https://yunite.org/ueber-yunite/unsere-werte/', // if string is defined and not empty it's dominating
|
||||
|
||||
internalPage: {
|
||||
// footerIdent: 'site.code-of-conduct', // localized string identifier, if undefined default is used
|
||||
@ -83,7 +83,7 @@ const DATA_PRIVACY = defaultPageParamsPages.DATA_PRIVACY.overwrite({
|
||||
},
|
||||
})
|
||||
const FAQ = defaultPageParamsPages.FAQ.overwrite({
|
||||
// externalLink: null, // if string is defined and not empty it's dominating
|
||||
externalLink: 'https://yunite.org/ueber-yunite/faq-hilfe/', // if string is defined and not empty it's dominating
|
||||
|
||||
internalPage: {
|
||||
// footerIdent: 'site.faq', // localized string identifier, if undefined default is used
|
||||
@ -126,9 +126,9 @@ export default {
|
||||
FOOTER_LINK_LIST: [
|
||||
ORGANIZATION,
|
||||
// TERMS_AND_CONDITIONS,
|
||||
// CODE_OF_CONDUCT,
|
||||
CODE_OF_CONDUCT,
|
||||
DATA_PRIVACY,
|
||||
// FAQ,
|
||||
FAQ,
|
||||
// DONATE,
|
||||
// SUPPORT,
|
||||
IMPRINT,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user