Skip to content

Commit

Permalink
Merge pull request #60 from FriendsOfTYPO3Headless/58-replace-twitter…
Browse files Browse the repository at this point in the history
…-with-x

[TASK] Replace Twitter with X
  • Loading branch information
svenpet90 authored Oct 17, 2024
2 parents 13bd5d0 + 42086a4 commit 36d3e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configuration/TypoScript/Lib/theme.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,14 @@ lib.theme {
}
}

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

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

Expand Down

0 comments on commit 36d3e41

Please sign in to comment.