Use built-in feature for defaults example instead of custom

This commit is contained in:
Thibaud Colas 2018-02-02 17:09:14 +02:00 committed by Matt Westcott
parent f50c096706
commit ae4e48ed3f

View file

@ -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: