V8: Allow content to be shown before list view (#5074)

This commit is contained in:
Kenn Jacobsen
2019-04-23 21:31:48 +02:00
committed by Sebastiaan Janssen
parent 72d588287f
commit 7cc9747b2f
3 changed files with 11 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.ContentApps
internal class ContentEditorContentAppFactory : IContentAppFactory
{
// see note on ContentApp
private const int Weight = -100;
internal const int Weight = -100;
private ContentApp _contentApp;
private ContentApp _mediaApp;