fix errors
This commit is contained in:
@@ -29,12 +29,12 @@ team:
|
||||
- name: Bürgergemeinde
|
||||
role_de: Unterstützer
|
||||
role_en: Supporter
|
||||
logo: /images/ziefen.svg
|
||||
logo: /images/Wappen Ziefen.png
|
||||
url: 'https://bg-ziefen.ch/'
|
||||
- name: Einwohnergemeinde
|
||||
role_de: Unterstützer
|
||||
role_en: Supporter
|
||||
logo: /images/ziefen.svg
|
||||
logo: /images/Wappen Ziefen.png
|
||||
url: 'https://www.ziefen.ch/'
|
||||
stueck:
|
||||
title_de: Das Stück
|
||||
|
||||
Generated
+1
-1
File diff suppressed because one or more lines are too long
Generated
+3
-2
@@ -11,7 +11,8 @@ var config_default = defineConfig({
|
||||
media: {
|
||||
tina: {
|
||||
mediaRoot: "images",
|
||||
publicFolder: "public"
|
||||
publicFolder: "public",
|
||||
static: false
|
||||
}
|
||||
},
|
||||
schema: {
|
||||
@@ -236,7 +237,7 @@ var config_default = defineConfig({
|
||||
type: "image",
|
||||
name: "logo",
|
||||
label: "Logo",
|
||||
description: "Organization logo image"
|
||||
description: "Organization logo image (SVG, PNG, JPG supported)"
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
|
||||
+2
-1
@@ -14,6 +14,7 @@ export default defineConfig({
|
||||
tina: {
|
||||
mediaRoot: "images",
|
||||
publicFolder: "public",
|
||||
static: false,
|
||||
},
|
||||
},
|
||||
schema: {
|
||||
@@ -238,7 +239,7 @@ export default defineConfig({
|
||||
type: "image",
|
||||
name: "logo",
|
||||
label: "Logo",
|
||||
description: "Organization logo image",
|
||||
description: "Organization logo image (SVG, PNG, JPG supported)",
|
||||
},
|
||||
{
|
||||
type: "string",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user