Skip to content

Commit

Permalink
Mention new actions in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Apr 3, 2015
1 parent 4254d15 commit 1698abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The title of the view. ng-admin sees it as a template, and compiles it with the
A text displayed below the title. Like the `title` ng-admin sees it as a template and it can be customized in the same way.

* `actions(String|Array)`
Customize the list of actions for this view. You can pass a list of button names among 'back', 'list', 'show', create', 'edit', 'delete':
Customize the list of actions for this view. You can pass a list of button names among 'back', 'list', 'show', create', 'edit', 'delete', 'batch', and 'export':

editionView.actions(['show', 'list', 'delete']);

Expand Down

0 comments on commit 1698abd

Please sign in to comment.