You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,12 @@ Add footnotes functionality to your Wagtail project.
49
49
./manage.py migrate
50
50
```
51
51
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
+
52
58
## Common issues
53
59
- I click on the `Fn` button in the editor and it stops working
54
60
- 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