Skip to content

Commit eaf0338

Browse files
author
Cameron Lamb
committed
Update Readme
1 parent 672786c commit eaf0338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Add footnotes functionality to your Wagtail project.
4949
./manage.py migrate
5050
```
5151
52+
## Settings
53+
54+
- `WAGTAIL_FOOTNOTES_TEXT_FEATURES`
55+
- Default: `["bold", "italic", "link"]`
56+
- Use this to update a list of Rich Text features allowed in the footnote text.
57+
5258
## Common issues
5359
- I click on the `Fn` button in the editor and it stops working
5460
- This is likely because the URL in the JS does not match the URL of the footnotes view. Check the URL in `wagtail_footnotes/static/footnotes/js/footnotes.js` matches the URL you set.

0 commit comments

Comments
 (0)