Browse Source

Update defaults.py

Add `MISAGO_BLEACH_CALLBACKS` default setting
musindmitriy 7 years ago
parent
commit
892f0acb8c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      misago/conf/defaults.py

+ 5 - 0
misago/conf/defaults.py

@@ -39,6 +39,11 @@ MISAGO_POST_VALIDATORS = []
 MISAGO_POST_SEARCH_FILTERS = []
 MISAGO_POST_SEARCH_FILTERS = []
 
 
 
 
+# Bleach callbacks for linkifying paragraphs
+
+MISAGO_BLEACH_CALLBACKS = []
+
+
 # Posting middlewares
 # Posting middlewares
 # https://misago.readthedocs.io/en/latest/developers/posting_process.html
 # https://misago.readthedocs.io/en/latest/developers/posting_process.html