mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
DOCS Grammar fixes
This commit is contained in:
parent
1cb22b665d
commit
75f87ac409
@ -23,7 +23,7 @@ Versioning stage:
|
||||
|
||||
Access restrictions:
|
||||
|
||||
* "Unprotected file" (default): A file without access restrictions
|
||||
* "Unprotected file" (default): A file without access restrictions.
|
||||
* "Protected file": A file with access restrictions.
|
||||
Note that draft files are always protected, and even published files
|
||||
can be protected if they have access restrictions.
|
||||
@ -35,10 +35,10 @@ for example `canView()` (see [permissions](/developer_guides/security/permission
|
||||
|
||||
The permission model defines the following actions:
|
||||
|
||||
* View: Access file metadata in the database
|
||||
* Edit: Edit file metadata as well as replacing the file content
|
||||
* Create: Create file metadata and upload file content
|
||||
* Delete: Delete file metadata and the file content
|
||||
* View: Access file metadata in the database.
|
||||
* Edit: Edit file metadata as well as replacing the file content.
|
||||
* Create: Create file metadata and upload file content.
|
||||
* Delete: Delete file metadata and the file content.
|
||||
* Download: Access the file content, but not the file metadata.
|
||||
Usually treated the same as "View".
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user