Update readme.
This commit is contained in:
parent
39e41bcd30
commit
c59cdd7444
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# wagtail-draftail-snippet
|
||||
|
||||
Wagtail has support for adding numerous types of links to `RichTextBlock` content, there is not a way to tie a link to an arbitrary `snippet` model currently. `wagtail-draftail-snippet` provides a way to add a new button to the Draftail rich text editor, which creates an `href` from text for a specific `snippet` model.
|
||||
Wagtail has support for adding numerous types of links to `RichTextBlock` content, but there is not a way to tie a link to an arbitrary `snippet` model currently. `wagtail-draftail-snippet` provides a way to add a new button to the Draftail rich text editor, which creates an `a href` element for a specific `snippet` model based on a template that can be provided.
|
||||
|
||||
|
||||
## Install
|
||||
|
|
Reference in a new issue