Comment editorial workflow, let the user enable when he needs
This commit is contained in:
parent
9c39192352
commit
ea3dce1e70
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ backend:
|
||||||
name: git-gateway
|
name: git-gateway
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
publish_mode: editorial_workflow
|
# publish_mode: editorial_workflow
|
||||||
media_folder: 'src/assets/images/posts' # Media files will be stored in the repo under src/assets/images/posts
|
media_folder: 'src/assets/images/posts' # Media files will be stored in the repo under src/assets/images/posts
|
||||||
public_folder: '/assets/images/posts' # The src attribute for uploaded media will begin with assets/images/posts
|
public_folder: '/assets/images/posts' # The src attribute for uploaded media will begin with assets/images/posts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue