Merge pull request #1057 from umbraco/bugfix/remove-create-from-language-collection

Remove create button from language collection row
This commit is contained in:
Mads Rasmussen
2023-12-12 12:51:22 +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],
},
},
];