Skip to content

Commit

Permalink
✨(cms) enable editorial workflow
Browse files Browse the repository at this point in the history
this is meant to prevent needing content authors to have admin rights
to bypass branch protection rules
  • Loading branch information
manuhabitela committed Jun 25, 2024
1 parent 1c7cfb9 commit 9c92d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cms/config.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import config from './config.common'

const prodConfig: CmsConfig = {
...config,
publish_mode: 'editorial_workflow',
backend: {
name: 'github',
repo: 'numerique-gouv/lasuite-landingpage',
Expand Down

0 comments on commit 9c92d84

Please sign in to comment.