mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 03:31:11 +00:00
Minor documentation example fix; bold and italic should be spelled out explicitly. (#3779)
This commit is contained in:
parent
e902d3bdf3
commit
9959d65d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ This can be achieved by passing a ``features`` keyword argument to ``RichTextFie
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
body = RichTextField(features=['h2', 'h3', 'b', 'i', 'link'])
|
||||
body = RichTextField(features=['h2', 'h3', 'bold', 'italic', 'link'])
|
||||
|
||||
The recognised feature identifiers are as follows (note that add-on modules may add to this list):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue