Refactor term-related settings into a dedicated class
Extracted term-related properties from AppSettings to a new TermSettings class for improved organization and separation of concerns. Updated appsettings.json to reflect the new structure.
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
}
|
||||
},
|
||||
"Settings": {
|
||||
"Title": "Foodsharing Musterhausen",
|
||||
"TitleShort": "Musterhausen",
|
||||
"StepInName": "Krabbelgruppe"
|
||||
"Terms": {
|
||||
"Title": "Foodsharing Musterhausen",
|
||||
"TitleShort": "Musterhausen",
|
||||
"StepInName": "Krabbelgruppe2"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user