Updating example content app manifest
Including roles
This commit is contained in:
committed by
Sebastiaan Janssen
parent
f37f679031
commit
7071b21db7
@@ -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.
|
||||
// ]
|
||||
// },
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user