V8: Allow content to be shown before list view (#5074)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
72d588287f
commit
7cc9747b2f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user