Feat: Add tiktok icon and link to contactbar

This commit is contained in:
Björn Fromme
2023-03-09 13:19:53 +01:00
parent 4ae063acaa
commit 9cf8ec170a
4 changed files with 17 additions and 2 deletions
@@ -96,8 +96,10 @@ plugin.tx_eptheme {
facebookUrl =
# cat=eptheme/100/120; type=string; label=Instagram URL
instagramUrl =
# cat=eptheme/100/130; type=string; label=Youtube URL
# cat=eptheme/100/130; type=string; label=YouTube URL
youtubeUrl =
# cat=eptheme/100/135; type=string; label=tiktok URL
tiktokUrl = https://www.tiktok.com/@ep_reisen
# cat=eptheme/100/140; type=string; label=Facebook ViewContent 'product uid'
facebookViewContentProductUid =
# cat=eptheme/100/150; type=string; label=Facebook ViewContent 'name internal'
@@ -19,6 +19,7 @@ plugin.tx_eptheme {
groupsPageUid = {$plugin.tx_eptheme.settings.groupsPageUid}
facebookUrl = {$plugin.tx_eptheme.settings.facebookUrl}
youtubeUrl = {$plugin.tx_eptheme.settings.youtubeUrl}
tiktokUrl = {$plugin.tx_eptheme.settings.tiktokUrl}
instagramUrl = {$plugin.tx_eptheme.settings.instagramUrl}
phoneNumber = {$plugin.tx_eptheme.settings.phoneNumber}
whatsApp = {$plugin.tx_eptheme.settings.whatsApp}