Skip to content

Commit 1934bfe

Browse files
fix: add commit messages to CMS config (#213)
1 parent 97903b9 commit 1934bfe

2 files changed

Lines changed: 6 additions & 33 deletions

File tree

netlify.toml

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/admin/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ backend:
44
repo: codelearncreate/co-design
55
base_url: https://sveltia-cms-auth.idrc-ops.workers.dev
66
# squash_merges: true
7-
# commit_messages:
8-
# create: 'chore(cms): create "{{path}}"'
9-
# update: 'chore(cms): update "{{path}}"'
10-
# delete: 'chore(cms): delete "{{path}}"'
11-
# uploadMedia: 'chore(cms): upload "{{path}}"'
12-
# deleteMedia: 'chore(cms): delete "{{path}}"'
7+
commit_messages:
8+
create: 'chore(cms): create "{{path}}"'
9+
update: 'chore(cms): update "{{path}}"'
10+
delete: 'chore(cms): delete "{{path}}"'
11+
uploadMedia: 'chore(cms): upload "{{path}}"'
12+
deleteMedia: 'chore(cms): delete "{{path}}"'
1313
# publish_mode: editorial_workflow
1414
site_url: "https://co-design.weavly.org"
1515
media_folder: src/assets/uploads

0 commit comments

Comments
 (0)