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
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue