File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ collections:
2121 editor :
2222 preview : false
2323 fields :
24- - {label: Body, name: body, widget: markdown}
24+ - label : Body
25+ name : body
26+ widget : markdown
27+ modes : [raw, rich_text]
2528
2629 - name : psf-wiki
2730 label : PSF Wiki
@@ -34,7 +37,10 @@ collections:
3437 editor :
3538 preview : false
3639 fields :
37- - {label: Body, name: body, widget: markdown}
40+ - label : Body
41+ name : body
42+ widget : markdown
43+ modes : [raw, rich_text]
3844
3945 - name : jython-wiki
4046 label : Jython Wiki
@@ -47,4 +53,7 @@ collections:
4753 editor :
4854 preview : false
4955 fields :
50- - {label: Body, name: body, widget: markdown}
56+ - label : Body
57+ name : body
58+ widget : markdown
59+ modes : [raw, rich_text]
Original file line number Diff line number Diff line change 144144 "children" : [
145145 {
146146 "title" : "Edit with CMS" ,
147- "url" : "https://wiki.python.org/ edit/" ,
147+ "url" : "edit/" ,
148148 "summary" : "Use the web-based editor to create or edit wiki pages" ,
149149 },
150150 {
You can’t perform that action at this time.
0 commit comments