Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Adding save actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Mar 4, 2016
1 parent 86271dc commit f66c771
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,24 @@
}
},
"actions": {
"userSave": {
"title": "Save Submission",
"name": "save",
"form": "user",
"handler": ["before"],
"method": ["create", "update"],
"priority": 11,
"settings": {}
},
"adminSave": {
"title": "Save Submission",
"name": "save",
"form": "admin",
"handler": ["before"],
"method": ["create", "update"],
"priority": 11,
"settings": {}
},
"userLogin": {
"name": "login",
"title": "Login",
Expand Down

0 comments on commit f66c771

Please sign in to comment.