mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
committed by
Denys Vuika
parent
b9591ea37f
commit
27dcb33891
@@ -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'
|
||||
};
|
||||
|
Reference in New Issue
Block a user