File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- site_url : https://nuxt-starter-netlify-cms.netlify.app/
1+ display_url : https://nuxt-starter-netlify-cms.netlify.app
2+ site_url : https://nuxt-starter-netlify-cms.netlify.app
23logo_url : https://nuxt-starter-netlify-cms.netlify.app/icon.png
34
45publish_mode : editorial_workflow
56backend :
67 name : git-gateway
78 branch : main
9+ commit_messages :
10+ create : ' chore({{collection}}): create “{{slug}}”'
11+ update : ' chore({{collection}}): update “{{slug}}”'
12+ delete : ' chore({{collection}}): delete “{{slug}}”'
13+ uploadMedia : ' chore(media): [skip ci] upload “{{path}}”'
14+ deleteMedia : ' chore(media): [skip ci] delete “{{path}}”'
815
916media_folder : static/img
1017public_folder : /img
@@ -13,13 +20,11 @@ public_folder: /img
1320collections :
1421 - name : ' blog'
1522 label : ' Blog'
16- # identifier_field: name
1723 folder : ' content/blog'
1824 create : true
1925 format : frontmatter
2026 slug : ' {{year}}-{{month}}-{{day}}-{{slug}}'
21- # editor:
22- # preview: true
27+ preview_path : ' {{dirname}}/{{slug}}'
2328 fields :
2429 - { label: 'Title', name: 'title', widget: 'string' }
2530 - { label: 'Publish Date', name: 'date', widget: 'datetime' }
@@ -48,4 +53,3 @@ collections:
4853 widget : string,
4954 pattern : ['^[a-z]{2}([-])?([A-Za-z]{2})?$', 'Must match "xx" or "xx-XX" syntax (ex. "en" or "sv-SE")'],
5055 }
51- # - { label: Site Email, name: siteemail, widget: string, required: false }
You can’t perform that action at this time.
0 commit comments