diff --git a/config/default.ts b/config/default.ts index 723b242e..4643ec2d 100644 --- a/config/default.ts +++ b/config/default.ts @@ -61,7 +61,7 @@ const config: Partial = { title: 'Stundenplan', }, en: { - title: 'schedule' + title: 'schedule', }, }, }, @@ -246,39 +246,7 @@ const config: Partial = { uid: 'dc9d6dec-6576-45ef-9e35-3598c0d6a662', values: ['de', 'en'], }, - { - categories: ['privacy'], - defaultValue: false, - description: 'Allow the App to use the device location to provide additional information\'s based ' + - 'on your actual location.', - inputType: SCSettingInputType.SingleChoice, - name: 'geoLocation', - order: 0, - origin: { - indexed: '2018-09-11T12:30:00Z', - name: 'SCConfigFile Default Values', - type: SCThingOriginType.Remote, - }, - translations: { - de: { - description: `Berechtigung für die Verwendung des Ortungsdienstes, für die Anzeige der aktuellen Position ' - auf der Karte und zur Berechnung der Entfernung zu Gebäuden und Orten des Campus.`, - name: 'Position', - values: ['ja', 'nein'], - }, - en: { - description: 'Allow the App to use the device location to provide additional information\'s based ' + - 'on your actual location.', - name: 'Position', - values: ['yes', 'no'], - }, - }, - type: SCThingType.Setting, - uid: '0dbff2de-23b4-442b-9aa7-7bd2c707c199', - values: [true, false], - }, ], - }, backend: { SCVersion: JSON.parse((readFileSync(resolve('.', '.', 'package.json'), 'utf-8')).toString())