Skip to content

Commit 43eb192

Browse files
committed
Document collection trash action
1 parent ae6571a commit 43eb192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/panels/collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Required parameters are marked with an asterisk `*`
1111
|Parameter|Type|Default|Description|
1212
|---|---|---|---|
1313
|**`collection *`**|`PageArray`, `string`||Collection of pages to show (or selector string)|
14-
|`columns`|`array`|`title` & `url`|Columns to display|
14+
|`columns`|`array`|`title`, `url`|Columns to display|
1515
|`sortable`|`bool`|`false`|Make table columns sortable?|
16-
|`actions`|`array`, `bool`|`edit` & `view`|Actions to allow (`false` to disable)|
16+
|`actions`|`array`, `bool`|`view`, `edit`|Actions to allow: `view`, `edit`, `trash` (`false` to disable)|
1717
|`editMode`|`string`|`blank`|How to open edit links (`none` for same window, `blank` for new tab or `modal`)|
1818
|`viewMode`|`string`|`blank`|How to open view links (same options as `editMode`)|
1919
|`pagination`|`bool`|`true`|Display pagination info if collection has a `limit` set?|

0 commit comments

Comments
 (0)