Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #CK editor congiurations
- CKEDITOR_UPLOAD_PATH = "uploads/"
- CKEDITOR_IMAGE_BACKEND = "pillow"
- # Editor layout settings
- CKEDITOR_CONFIGS = {
- 'default': {
- 'width': '100%',
- 'height': 600,
- 'contentsCss': 'img {max-width: 100%;height: auto! important;}',
- 'toolbar': 'Custom',
- 'toolbar_Custom': [
- [
- 'Bold',
- 'Italic',
- 'Underline'
- ],
- [
- 'Font',
- 'FontSize',
- 'TextColor',
- 'BGColor',
- 'Find',
- 'Replace',
- '-',
- 'SpellChecker'
- ],
- [
- 'NumberedList',
- 'BulletedList',
- '-',
- 'Outdent',
- 'Indent',
- '-',
- 'JustifyLeft',
- 'JustifyCenter',
- 'JustifyRight',
- 'JustifyBlock',
- 'Table',
- 'TableTools'
- ],
- [
- 'Link',
- 'Unlink'
- ],
- [
- 'RemoveFormat',
- 'Source',
- 'Smiley',
- 'Image',
- 'Youtube',
- 'Preview'
- ]
- ],
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment