Skip to content

Commit d68e812

Browse files
refactor: bruk open authoring
1 parent f3faab1 commit d68e812

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/static/admin/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ backend:
33
repo: nllcommunity/nllcommunity.github.io
44
branch: main
55
site_domain: nllcommunity.github.io
6+
open_authoring: true
7+
squash_merges: true
68

79
media_folder: "site/static/img" # Folder where user uploaded files should go
810
public_folder: "img"
911

12+
publish_mode: "editorial_workflow"
13+
1014
collections: # A list of collections the CMS should be able to edit
1115
- name: "post" # Used in routes, ie.: /admin/collections/:slug/edit
1216
label: "Post" # Used in the UI, ie.: "New Post"

0 commit comments

Comments
 (0)