Skip to content

Commit

Permalink
[TASK] Add threads and telegram to social media
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpet90 committed Oct 17, 2024
1 parent 314683b commit 5f3b8a8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Configuration/TypoScript/Lib/theme.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,28 @@ lib.theme {
}
}

threads = JSON
threads {
fields {
label = TEXT
label.value = {$page.theme.socialmedia.channels.threads.label}

url = TEXT
url.value = {$page.theme.socialmedia.channels.threads.url}
}
}

telegram = JSON
telegram {
fields {
label = TEXT
label.value = {$page.theme.socialmedia.channels.telegram.label}

url = TEXT
url.value = {$page.theme.socialmedia.channels.telegram.url}
}
}

instagram = JSON
instagram {
fields {
Expand Down

0 comments on commit 5f3b8a8

Please sign in to comment.