Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikdb
Commits
2ccf690b
Commit
2ccf690b
authored
Feb 25, 2021
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: fix syntax of ckeditor extraAllowedContent
parent
30876ea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
panikdb/settings.py
panikdb/settings.py
+1
-1
No files found.
panikdb/settings.py
View file @
2ccf690b
...
...
@@ -203,7 +203,7 @@ LOGGING = {
CKEDITOR_CONFIGS
=
{
'default'
:
{
'extraAllowedContent'
:
'u
,
i
,
b
,
strong
,
em
,
small'
,
'extraAllowedContent'
:
'u i b strong em small'
,
'disallowedContent'
:
'style; script; *[on*]'
,
'filebrowserUploadUrl'
:
'/ckeditor/upload/'
,
'filebrowserBrowseUrl'
:
'/ckeditor/browse/'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment