Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Last active August 4, 2022 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitzberger/5ebbd5c443f8965b660b7fa9679f315f to your computer and use it in GitHub Desktop.
Save kitzberger/5ebbd5c443f8965b660b7fa9679f315f to your computer and use it in GitHub Desktop.
TYPO3 CKEditor: Disallow justify plugin for certain elements
editor:
config:
disallowedContent: {
'h3 h4 h5': {
classes: 'ce-align-left,ce-align-right,ce-align-center'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment