Skip to content

Commit 9abc1a7

Browse files
committed
edit btn url fix
1 parent 0c2a6bf commit 9abc1a7

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

_extra/edit/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
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
{

0 commit comments

Comments
 (0)