Created
July 30, 2018 08:44
-
-
Save chriwo/85f2ff3e733ff1f942a350de42781fc8 to your computer and use it in GitHub Desktop.
Override CkEditor configuration with PageTs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RTE { | |
config { | |
tt_content { | |
DB-FIELD-NAME { | |
types.NAME-OF-CTYPE { | |
editor.externalPlugins.wordcount.maxCharCount = 5 | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment