We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e322c commit 5f0db4cCopy full SHA for 5f0db4c
README.rst
@@ -98,6 +98,14 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
98
99
::
100
101
+ # Global draceditor settings
102
+ # Input: string boolean, `true/false`
103
+ DRACEDITOR_ENABLE_CONFIGS' = {
104
+ 'imgur': 'true', # to enable/disable imgur uploader.
105
+ 'mention': 'false', # to enable/disable mention
106
+ 'jquery': 'true', # to include/revoke jquery (require for admin default django)
107
+ }
108
+
109
# Imgur API Keys
110
DRACEDITOR_IMGUR_CLIENT_ID = 'your-client-id'
111
DRACEDITOR_IMGUR_API_KEY = 'your-api-key'
0 commit comments