-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
5 changed files
with
55 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 47 additions & 24 deletions
71
cookiebanner/Configuration/TypoScript/constants.typoscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,51 @@ | ||
# cat=cookiebanner : Advanced; type=string; label= Private Directory : Diractory for the Private Folder | ||
cookiebanner.privateDir = EXT:cookiebanner/Resources/Private | ||
# cat=cookiebanner : Advanced; type=string; label= Public Directory : Diractory for the Public Folder | ||
cookiebanner.publicDir = EXT:cookiebanner/Resources/Public | ||
################################ | ||
##### #### | ||
##### Custom Subcategorys #### | ||
##### #### | ||
################################ | ||
# customsubcategory=paths=Paths | ||
# customsubcategory=config=Config | ||
# customsubcategory=content=Content | ||
# customsubcategory=design=Design | ||
# customsubcategory=colors=Colors | ||
|
||
# cat=cookiebanner : Advanced; type=boolean; label= CSS Force Top : Force the CSS to be Top | ||
cookiebanner.cssTop = 1 | ||
# cat=cookiebanner : Advanced; type=boolean; label= JavaScript Force Top : Force the JavaScript to be Top | ||
cookiebanner.jsTop = 1 | ||
################################ | ||
##### #### | ||
##### Constants #### | ||
##### #### | ||
################################ | ||
cookiebanner{ | ||
# cat=cookiebanner:Advanced/paths; type=string; label= Private Directory : Diractory for the Private Folder | ||
privateDir = EXT:cookiebanner/Resources/Private | ||
# cat=cookiebanner:Advanced/paths; type=string; label= Public Directory : Diractory for the Public Folder | ||
publicDir = EXT:cookiebanner/Resources/Public | ||
|
||
# cat=cookiebanner; type=string; label= Banner-Text : Change the text of banner | ||
cookiebanner.bannerText = Diese Webseite verwendet Cookies, um die Bedienfreundlichkeit zu erhöhen | ||
# cat=cookiebanner; type=string; label= Dismiss-Text : Change the text of Dismiss Button | ||
cookiebanner.dismissText = OK | ||
# cat=cookiebanner; type=string; label= ReadMore-Text : Change the text of the Readmore | ||
cookiebanner.moreText = Mehr lesen | ||
# cat=cookiebanner; type=string; label= ReadMore-Link : Change the Link of the Readmore | ||
cookiebanner.moreLink = https://www.jseidl.at/datenschutz | ||
# cat=cookiebanner:Advanced/config; type=boolean; label= CSS Force Top : Force the CSS to be Top | ||
cssTop = 1 | ||
# cat=cookiebanner:Advanced/config; type=boolean; label= JavaScript Force Top : Force the JavaScript to be Top | ||
jsTop = 1 | ||
|
||
# cat=cookiebanner; type=string; label= Color-Button-Text : The Button Text Color | ||
cookiebanner.colorTextButton = #780c0d | ||
# cat=cookiebanner; type=string; label= Color-Button Background : Change the Button Background color | ||
cookiebanner.colorButton = #ffffff | ||
# cat=cookiebanner/content; type=string; label= Banner-Text : Change the text of banner | ||
bannerText = Diese Webseite verwendet Cookies, um die Bedienfreundlichkeit zu erhöhen | ||
# cat=cookiebanner/content; type=string; label= Dismiss-Text : Change the text of Dismiss Button | ||
dismissText = OK | ||
# cat=cookiebanner/content; type=string; label= ReadMore-Text : Change the text of the Readmore | ||
moreText = Mehr lesen | ||
# cat=cookiebanner/content; type=string; label= ReadMore-Link : Change the Link of the Readmore | ||
moreLink = https://www.jseidl.at/datenschutz | ||
|
||
# cat=cookiebanner; type=string; label= Color Text : Change the color of the Text | ||
cookiebanner.colorText = #ffffff | ||
# cat=cookiebanner; type=string; label= Color Background : Change the color of the Background | ||
cookiebanner.colorBG = #780c0d | ||
# cat=cookiebanner/design; type=options[Bottom=bottom,Top=top,Left=left,Right=right]; label= Position : Position of the banner | ||
bannerPosition = bottom | ||
# cat=cookiebanner/design; type=options[Block=block,Classic=classic,Edgeless=edgeless]; label= Layout : Change the layout of the banner | ||
bannerLayout = block | ||
|
||
# cat=cookiebanner/colors; type=string; label= Color-Button-Text : The Button Text Color | ||
colorTextButton = #780c0d | ||
# cat=cookiebanner/colors; type=string; label= Color-Button Background : Change the Button Background color | ||
colorButton = #ffffff | ||
|
||
# cat=cookiebanner/colors; type=string; label= Color Text : Change the color of the Text | ||
colorText = #ffffff | ||
# cat=cookiebanner/colors; type=string; label= Color Background : Change the color of the Background | ||
colorBG = #780c0d | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters