Skip to content

Commit

Permalink
here we go agaaane
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 7, 2023
1 parent dba3eca commit 0850291
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions devcon/public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ slug:
sanitize_replacement: '-'

publish_mode: editorial_workflow
media_folder: devcon-website/public/assets/uploads/images
media_folder: devcon/public/assets/uploads/images
public_folder: /assets/uploads/

i18n:
Expand All @@ -24,7 +24,7 @@ collections:
- name: 'pages'
label: 'Pages'
label_singular: 'Page'
folder: 'devcon-website/src/content/pages'
folder: 'devcon/src/content/pages'
slug: '{{slug}}'
summary: '{{header}}'
create: false
Expand All @@ -49,7 +49,7 @@ collections:
- name: 'Sections'
label: 'Sections'
label_singular: 'Section'
folder: 'devcon-website/src/content/sections'
folder: 'devcon/src/content/sections'
create: true
i18n: true
view_groups:
Expand Down Expand Up @@ -137,7 +137,7 @@ collections:

- name: 'devcon'
label: 'Devcon'
folder: 'devcon-website/src/content/devcon'
folder: 'devcon/src/content/devcon'
identifier_field: number
slug: '{{number}}'
sortable_fields: ['number']
Expand All @@ -162,7 +162,7 @@ collections:
- name: tracks
label: Tracks
label_singular: Track
folder: 'devcon-website/src/content/tracks'
folder: 'devcon/src/content/tracks'
sortable_fields: ['order']
create: true
i18n: true
Expand All @@ -184,7 +184,7 @@ collections:
- name: 'notification'
label: 'Notification Strip'
label_singular: 'Notification'
folder: 'devcon-website/src/content/notifications'
folder: 'devcon/src/content/notifications'
i18n: true
fields:
- {
Expand All @@ -210,7 +210,7 @@ collections:
label: 'App Notifications'
create: true
label_singular: 'App Notification'
folder: 'devcon-website/src/content/app-notifications'
folder: 'devcon/src/content/app-notifications'
fields:
- { name: 'title', label: 'Title', widget: 'string', required: true }
- { name: 'body', label: 'Body', widget: 'markdown', required: true }
Expand Down Expand Up @@ -238,7 +238,7 @@ collections:
- name: 'news'
label: 'News'
label_singular: 'News item'
folder: 'devcon-website/src/content/news'
folder: 'devcon/src/content/news'
create: true
i18n: true
fields:
Expand Down

0 comments on commit 0850291

Please sign in to comment.