Updating example content app manifest

Including roles
This commit is contained in:
Carole Rennie Logan
2018-10-16 19:50:11 +01:00
committed by Sebastiaan Janssen
parent f37f679031
commit 7071b21db7

View File

@@ -20,7 +20,8 @@ namespace Umbraco.Core.Manifest
// show: [ // optional, default is always show
// '-content/foo', // hide for content type 'foo'
// '+content/*', // show for all other content types
// '+media/*' // show for all media types
// '+media/*', // show for all media types
// '+role/admin' // show for admin users. Role based permissions will override others.
// ]
// },
// ...