feat: update decap config - editorial workflow

This commit is contained in:
Devin Haska 2024-03-01 14:49:09 -08:00
parent 47a888bd8d
commit a3aec2e91e

View file

@ -6,6 +6,7 @@ backend:
name: github name: github
repo: wonderfulfrog/wonderfulfrog.com repo: wonderfulfrog/wonderfulfrog.com
branch: main branch: main
squash_merges: true
commit_messages: commit_messages:
create: {% raw %}"feat: add {{collection}} `{{slug}}`"{% endraw %} create: {% raw %}"feat: add {{collection}} `{{slug}}`"{% endraw %}
update: {% raw %}"feat: update {{collection}} `{{slug}}`"{% endraw %} update: {% raw %}"feat: update {{collection}} `{{slug}}`"{% endraw %}
@ -13,6 +14,8 @@ backend:
media_folder: "" media_folder: ""
publish_mode: editorial_workflow
collections: collections:
- name: "post" - name: "post"
label: "Post" label: "Post"