Merge branch 'main' into feature/element-types-only-filter

This commit is contained in:
Lone Iversen
2023-12-12 13:48:40 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ const entityActions: Array<ManifestEntityAction> = [
icon: 'icon-add',
label: 'Create',
repositoryAlias: UMB_LANGUAGE_REPOSITORY_ALIAS,
entityTypes: [UMB_LANGUAGE_ENTITY_TYPE, UMB_LANGUAGE_ROOT_ENTITY_TYPE],
entityTypes: [UMB_LANGUAGE_ROOT_ENTITY_TYPE],
},
},
];