Content app for dictionary items

This commit is contained in:
Patrick de Mooij
2021-10-07 20:40:47 +02:00
committed by Nathan Woulfe
parent e04efe6067
commit 1d2272f536
9 changed files with 230 additions and 178 deletions

View File

@@ -44,7 +44,8 @@ namespace Umbraco.Cms.Core.DependencyInjection
.Append<ContentTypeDesignContentAppFactory>()
.Append<ContentTypeListViewContentAppFactory>()
.Append<ContentTypePermissionsContentAppFactory>()
.Append<ContentTypeTemplatesContentAppFactory>();
.Append<ContentTypeTemplatesContentAppFactory>()
.Append<DictionaryContentAppFactory>();
// all built-in finders in the correct order,
// devs can then modify this list on application startup