We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3faab1 commit d68e812Copy full SHA for d68e812
site/static/admin/config.yml
@@ -3,10 +3,14 @@ backend:
3
repo: nllcommunity/nllcommunity.github.io
4
branch: main
5
site_domain: nllcommunity.github.io
6
+ open_authoring: true
7
+ squash_merges: true
8
9
media_folder: "site/static/img" # Folder where user uploaded files should go
10
public_folder: "img"
11
12
+publish_mode: "editorial_workflow"
13
+
14
collections: # A list of collections the CMS should be able to edit
15
- name: "post" # Used in routes, ie.: /admin/collections/:slug/edit
16
label: "Post" # Used in the UI, ie.: "New Post"
0 commit comments