mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 04:54:45 +00:00
Use built-in feature for defaults example instead of custom
This commit is contained in:
parent
f50c096706
commit
ae4e48ed3f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ To have a feature active by default (i.e. on ``RichTextFields`` that do not defi
|
|||
|
||||
@hooks.register('register_rich_text_features')
|
||||
def register_blockquote_feature(features):
|
||||
features.default_features.append('strikethrough')
|
||||
features.default_features.append('h6')
|
||||
|
||||
The process for creating new features is described in the following pages:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue