Skip to content

Commit

Permalink
fix: update cms config to navigate to 'de' folders
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Sep 30, 2024
1 parent ca987c8 commit a13998f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ media_folder: /public/assets/images
public_folder: /assets/images
editor:
preview: false
folder: content/de
collections:
- name: config
label: Config
Expand Down Expand Up @@ -215,7 +214,7 @@ collections:
label_singular: System page
# description: System pages
i18n: true
folder: content/system-pages
folder: content/system-pages/de
create: false
delete: false
fields:
Expand Down Expand Up @@ -294,7 +293,7 @@ collections:
label_singular: Page
# description: Pages
i18n: true
folder: content/pages
folder: content/pages/de
create: true
delete: true
# nested:
Expand Down Expand Up @@ -331,7 +330,7 @@ collections:
label_singular: Team member
# description: Team
i18n: true
folder: content/team
folder: content/team/de
media_folder: /public/assets/images/team
public_folder: /assets/images/team
identifier_field: lastName
Expand Down

0 comments on commit a13998f

Please sign in to comment.