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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is a simple realisation of StreamField's idea of Wagtail CMS for plain Djan
6
6
You can build your page with different kind of blocks.
7
7
Sort them and sort the lists inside the blocks.
8
8
9
-
The blocks here are regular instances of Django models. For editing content inside the blocks, it use native popup mechanism in Django admin interface.
9
+
**The blocks here are regular instances of Django models.** For editing content inside the blocks, it use native popup mechanism in Django admin interface.
10
10
This allow you to use other field's widgets inside the blocks as is.
11
11
For example, if you want to use in your blocks FileBrowseField
12
12
from django-filebrowser, it will perfectly working
0 commit comments