Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / ckeditor_settings.py
Size: Mime:
CKEDITOR_CONFIGS = {
    'default': {
        'toolbar': [
            ['Undo', 'Redo'],
            ['Bold', 'Italic', 'Underline'],
            ['Format'],
            ['Link'],
            ['BulletedList', 'NumberedList', '-', 'Source'],
        ],
        'toolbarCanCollapse': False,
        'entities': False,
        'width': 955,
        'uiColor': '#9AB8F3',
    }
}