- fix: A bug where it was possible to delete a system page if it were made
the child of a non-system page that you had edit rights to. - api: Added a unified contraints system for the file and image assets. - fixed several problems with the new attachments control, setup, and tempspace
This commit is contained in:
parent
58ac54b81d
commit
884953607c
11 changed files with 226 additions and 94 deletions
|
|
@ -260,11 +260,12 @@ A hash reference comprising modifiers to relative listing. Rules include:
|
|||
|
||||
=head4 statesToInclude
|
||||
|
||||
An array reference containing a list of states that should be returned. Defaults to 'published'. Options include 'published', 'trash', 'cliboard', 'clipboard-limbo' and 'trash-limbo'.
|
||||
An array reference containing a list of states that should be returned. Defaults to 'published'. Options include
|
||||
'published', 'trash', 'clipboard', 'clipboard-limbo' and 'trash-limbo'.
|
||||
|
||||
=head4 statusToInclude
|
||||
|
||||
An array reference containing a list of status that should be returned. Defaults to 'approved'. Options include 'approved', 'pending', 'deleted', and 'archived'.
|
||||
An array reference containing a list of status that should be returned. Defaults to 'approved'. Options include 'approved', 'pending', and 'archived'.
|
||||
|
||||
=head4 endingLineageLength
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue