python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add extra HTML markup to features in Wagtail RichTextField editor?
How can I add extra HTML markup to individual features in Wagtail's RichTextField and have it be stored in the database? Specifically, I need to change the default appearance of a rendered <ul> ...
Thegerdfather
Votes: 0
Answers: 1
How to add custom (string based) bullet list into wagtail WYSIWYG
I am looking for a way to register a new editor feature to the wagtail WYSIWYG editor.
The following code adds the bullet list to the editor. (It is also built-in).
@hooks.register('register_rich_tex...
Hatim
Votes: 0
Answers: 0