Skip to content

Commit

Permalink
fix: configure editorial workflow (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Dec 18, 2023
1 parent 334c81a commit 719ad3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
backend:
name: git-gateway
branch: main
squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
update: 'chore(cms): update "{{path}}"'
delete: 'chore(cms): delete "{{path}}"'
uploadMedia: 'chore(cms): upload "{{path}}"'
deleteMedia: 'chore(cms): delete "{{path}}"'
publish_mode: editorial_workflow
site_url: "https://co-design.weavly.org"
media_folder: src/assets/uploads
public_folder: /assets/uploads


# Run "npx decap-server" for local backend
local_backend: true
editor:
Expand Down

0 comments on commit 719ad3d

Please sign in to comment.