adding ability to specify page permissions through page management
This commit is contained in:
parent
cf0ccdcb02
commit
51cdc922a2
6 changed files with 122 additions and 2 deletions
|
@ -157,3 +157,23 @@ action:UseMiscellaneousPages
|
|||
a display:RequiredAction ;
|
||||
rdfs:label "USE_MISCELLANEOUS_PAGES" .
|
||||
|
||||
##Page specific permissions
|
||||
action:PageViewableAdmin
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_ADMIN" .
|
||||
|
||||
action:PageViewableCurator
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_CURATOR" .
|
||||
|
||||
action:PageViewableEditor
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_EDITOR" .
|
||||
|
||||
action:PageViewableLoggedIn
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_LOGGEDIN" .
|
||||
|
||||
action:PageViewablePublic
|
||||
a display:RequiredAction ;
|
||||
rdfs:label "PAGE_VIEWABLE_PUBLIC" .
|
Loading…
Add table
Add a link
Reference in a new issue