File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ for StreamField as list of your block models
5959
6060...
6161
62- STREAMBLOCKS = [
62+ STREAMBLOCKS_MODELS = [
6363 RichText,
6464 ImageWithText
6565]
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "django-streamfield" ,
8- version = "1.0.4 " ,
8+ version = "1.0.5 " ,
99 author = "Yury Lapshinov" ,
1010 author_email = "y.raagin@gmail.com" ,
1111 description = "StreamField for native Django Admin or with Grappelli" ,
Original file line number Diff line number Diff line change 11name = "streamfield"
2- VERSION = '1.0.4 '
2+ VERSION = '1.0.5 '
Original file line number Diff line number Diff line change 9393 border-bottom : 1px solid # CCC ;
9494}
9595
96+ .streamfield_app .block-fields ul li {
97+ margin-left : 20px ;
98+ list-style : disc;
99+ }
100+
101+ .streamfield_app .block-fields ol li {
102+ margin-left : 20px ;
103+ list-style : decimal;
104+ }
105+
96106.streamfield_app .block-fields b {
97107 font-weight : bold;
98108}
You can’t perform that action at this time.
0 commit comments