feat: update decap config - editorial workflow
This commit is contained in:
parent
47a888bd8d
commit
a3aec2e91e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ backend:
|
|||
name: github
|
||||
repo: wonderfulfrog/wonderfulfrog.com
|
||||
branch: main
|
||||
squash_merges: true
|
||||
commit_messages:
|
||||
create: {% raw %}"feat: add {{collection}} `{{slug}}`"{% endraw %}
|
||||
update: {% raw %}"feat: update {{collection}} `{{slug}}`"{% endraw %}
|
||||
|
@ -13,6 +14,8 @@ backend:
|
|||
|
||||
media_folder: ""
|
||||
|
||||
publish_mode: editorial_workflow
|
||||
|
||||
collections:
|
||||
- name: "post"
|
||||
label: "Post"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue