diff --git a/studio/schemas/objects/sections/generosity.ts b/studio/schemas/objects/sections/generosity.ts index 36f7d49f2..327b200fb 100644 --- a/studio/schemas/objects/sections/generosity.ts +++ b/studio/schemas/objects/sections/generosity.ts @@ -37,10 +37,6 @@ export const generositySection = defineField({ title: "Handbook Title", description: "Title that will be displayed inside the handbook section.", - initialValue: [ - { _key: "en", value: "Handbook" }, - { _key: "no", value: "Håndbok" }, - ], }, { name: "handbookDescription", @@ -48,19 +44,6 @@ export const generositySection = defineField({ type: "internationalizedArrayString", description: "Description that will be displayed inside the handbook section.", - - initialValue: [ - { - _key: "en", - value: - "Words and actions should go hand in hand. All about us, rules and more you can find in the handbook. If we change, we change the handbook.", - }, - { - _key: "no", - value: - "Ord og handling bør gå hånd i hånd. Alt om oss, regler og mer finner du i håndboken. Endrer vi på oss, endrer vi håndboken.", - }, - ], }, {