diff --git a/lib/locations.ts b/lib/locations.ts index 0f5d601194..23e604cb42 100644 --- a/lib/locations.ts +++ b/lib/locations.ts @@ -4,6 +4,7 @@ const locations: Locations = { LOCATION_ENTRY_FIELD: 'entry-field', LOCATION_ENTRY_FIELD_SIDEBAR: 'entry-field-sidebar', LOCATION_ENTRY_SIDEBAR: 'entry-sidebar', + LOCATION_ASSET_SIDEBAR: 'asset-sidebar', LOCATION_DIALOG: 'dialog', LOCATION_ENTRY_EDITOR: 'entry-editor', LOCATION_PAGE: 'page', diff --git a/lib/types/api.types.ts b/lib/types/api.types.ts index 7694fed922..1547037328 100644 --- a/lib/types/api.types.ts +++ b/lib/types/api.types.ts @@ -386,6 +386,7 @@ export interface Locations { LOCATION_ENTRY_FIELD: 'entry-field' LOCATION_ENTRY_FIELD_SIDEBAR: 'entry-field-sidebar' LOCATION_ENTRY_SIDEBAR: 'entry-sidebar' + LOCATION_ASSET_SIDEBAR: 'asset-sidebar' LOCATION_DIALOG: 'dialog' LOCATION_ENTRY_EDITOR: 'entry-editor' LOCATION_PAGE: 'page'