[ACA-1890][ACA-1798] metadata extension e2e (#711)

* [ACA-1890] make sure that the metadata component uses the extension settings

* [ACA-1798] remove unused imports

* [ACA-1798] test metadata extension

* format with Prettier

* [ACA-1798] changes after code review
This commit is contained in:
Suzana Dirla
2018-10-15 11:33:08 +03:00
committed by Denys Vuika
parent b9591ea37f
commit 27dcb33891
12 changed files with 1147 additions and 12 deletions

View File

@@ -97,5 +97,6 @@ export const EXTENSIBILITY_CONFIGS = {
INFO_DRAWER: 'info-drawer-ext.json',
INFO_DRAWER_EMPTY: 'info-drawer-no-tabs-ext.json',
VIEWER: 'viewer-ext.json',
HEADER: 'header-ext.json'
HEADER: 'header-ext.json',
METADATA_PRESETS: 'metadata-ext.json'
};