Skip to content

Commit

Permalink
Merge pull request #62 from FriendsOfTYPO3Headless/61-add-threads-and…
Browse files Browse the repository at this point in the history
…-telegram-to-social-media

[TASK] Add threads and telegram to social media
  • Loading branch information
svenpet90 authored Oct 17, 2024
2 parents 314683b + 5f3b8a8 commit fbcd124
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 fbcd124

Please sign in to comment.