mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
390ba70c88
commit
8b62ebd40a
1 changed files with 1 additions and 2 deletions
|
@ -261,13 +261,12 @@ const emberDataTypeMapping = {
|
|||
IntegrationsResponseType: {type: 'integration'},
|
||||
InvitesResponseType: {type: 'invite'},
|
||||
NewslettersResponseType: {type: 'newsletter'},
|
||||
RecommendationsResponseType: {type: 'recommendation'},
|
||||
RecommendationResponseType: {type: 'recommendation'},
|
||||
SettingsResponseType: {type: 'setting', singleton: true},
|
||||
ThemesResponseType: {type: 'theme'},
|
||||
TiersResponseType: {type: 'tier'},
|
||||
UsersResponseType: {type: 'user'},
|
||||
CustomThemeSettingsResponseType: {type: 'custom-theme-setting'}
|
||||
|
||||
};
|
||||
|
||||
export default class AdminXSettings extends Component {
|
||||
|
|
Loading…
Add table
Reference in a new issue