File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const locations: Locations = {
4
4
LOCATION_ENTRY_FIELD : 'entry-field' ,
5
5
LOCATION_ENTRY_FIELD_SIDEBAR : 'entry-field-sidebar' ,
6
6
LOCATION_ENTRY_SIDEBAR : 'entry-sidebar' ,
7
+ LOCATION_ASSET_SIDEBAR : 'asset-sidebar' ,
7
8
LOCATION_DIALOG : 'dialog' ,
8
9
LOCATION_ENTRY_EDITOR : 'entry-editor' ,
9
10
LOCATION_PAGE : 'page' ,
Original file line number Diff line number Diff line change @@ -386,6 +386,7 @@ export interface Locations {
386
386
LOCATION_ENTRY_FIELD : 'entry-field'
387
387
LOCATION_ENTRY_FIELD_SIDEBAR : 'entry-field-sidebar'
388
388
LOCATION_ENTRY_SIDEBAR : 'entry-sidebar'
389
+ LOCATION_ASSET_SIDEBAR : 'asset-sidebar'
389
390
LOCATION_DIALOG : 'dialog'
390
391
LOCATION_ENTRY_EDITOR : 'entry-editor'
391
392
LOCATION_PAGE : 'page'
You can’t perform that action at this time.
0 commit comments