0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Removed unused forceI18n attribute from the settings model

This commit is contained in:
Kevin Ansfield 2019-03-07 09:10:46 +00:00
parent a0dacf5231
commit aed4bed6f3
2 changed files with 0 additions and 11 deletions

View file

@ -12,7 +12,6 @@ export default Model.extend(ValidationEngine, {
coverImage: attr('string'),
icon: attr('string'),
defaultLocale: attr('string'),
forceI18n: attr('boolean'),
activeTimezone: attr('string', {defaultValue: 'Etc/UTC'}),
codeinjectionHead: attr('string'),
codeinjectionFoot: attr('string'),

View file

@ -50,16 +50,6 @@ export default [
updated_at: '2015-10-27T17:39:58.278Z',
updated_by: 1
},
{
id: 7,
key: 'force_i18n',
value: 'true',
type: 'blog',
created_at: '2013-11-25T14:48:11.000Z',
created_by: 1,
updated_at: '2015-10-27T17:39:58.280Z',
updated_by: 1
},
{
id: 10,
created_at: '2015-09-11T09:44:30.809Z',