Apart from the route-based rules defined in permissions.yml, the
following special cases are available:
"overview:$contenttype" - view the overview for the content type. Alias
for "contenttype:$contenttype:view".
"contenttype:$contenttype",
"contenttype:$contenttype:view",
"contenttype:$contenttype:view:$id" - View any item or a particular item
of the specified content type.
"contenttype:$contenttype:edit",
"contenttype:$contenttype:edit:$id" - Edit any item or a particular item
of the specified content type.
"contenttype:$contenttype:create" - Create a new item of the specified
content type. (It doesn't make sense
to provide this permission on a
per-item basis, for obvious reasons)
"contenttype:$contenttype:change-ownership",
"contenttype:$contenttype:change-ownership:$id" - Change the ownership
of the specified content type or item.