Skip to content

Instantly share code, notes, and snippets.

@alrnz
Last active May 8, 2019 08:56
Show Gist options
  • Save alrnz/893875e33429664b7c8ce78fb3294179 to your computer and use it in GitHub Desktop.
Save alrnz/893875e33429664b7c8ce78fb3294179 to your computer and use it in GitHub Desktop.
[RTE Bootstrap Buttons] Add Bootstrap Button classes to RTE links #TYPO3-62 #TypoScript
# Bootstrap Buttons to RTE
RTE.default.buttons {
link.properties.class.allowedClasses := addToList(btn btn-default, btn btn-primary)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment