-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react-formio): update action table storybook
- Loading branch information
Showing
7 changed files
with
357 additions
and
327 deletions.
There are no files selected for viewing
240 changes: 240 additions & 0 deletions
240
packages/react-formio/src/components/__fixtures__/form-actions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,240 @@ | ||
[ | ||
{ | ||
"name": "webhook", | ||
"title": "Webhook (Premium)", | ||
"description": "Allows you to trigger an external interface.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "webhook", | ||
"title": "Webhook (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "sql", | ||
"title": "SQL Query", | ||
"description": "Allows you to execute a remote SQL Query.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create"], | ||
"priority": 0, | ||
"name": "sql", | ||
"title": "SQL Query" | ||
} | ||
}, | ||
{ | ||
"name": "role", | ||
"title": "Role Assignment", | ||
"description": "Provides the Role Assignment capabilities.", | ||
"priority": 1, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create"], | ||
"priority": 1, | ||
"name": "role", | ||
"title": "Role Assignment" | ||
}, | ||
"access": { | ||
"handler": false, | ||
"method": false | ||
} | ||
}, | ||
{ | ||
"name": "resetpass", | ||
"title": "Reset Password", | ||
"description": "Provides a way to reset a password field.", | ||
"defaults": { | ||
"handler": ["after", "before"], | ||
"method": ["form", "create"], | ||
"priority": 0, | ||
"name": "resetpass", | ||
"title": "Reset Password" | ||
}, | ||
"access": { | ||
"handler": false, | ||
"method": false | ||
} | ||
}, | ||
{ | ||
"name": "save", | ||
"title": "Save Submission", | ||
"description": "Saves the submission into the database.", | ||
"priority": 10, | ||
"defaults": { | ||
"handler": ["before"], | ||
"method": ["create", "update"], | ||
"priority": 10, | ||
"name": "save", | ||
"title": "Save Submission" | ||
}, | ||
"access": { | ||
"handler": false, | ||
"method": false | ||
} | ||
}, | ||
{ | ||
"name": "login", | ||
"title": "Login", | ||
"description": "Provides a way to login to the application.", | ||
"priority": 2, | ||
"defaults": { | ||
"handler": ["before"], | ||
"method": ["create"], | ||
"priority": 2, | ||
"name": "login", | ||
"title": "Login" | ||
}, | ||
"access": { | ||
"handler": false, | ||
"method": false | ||
} | ||
}, | ||
{ | ||
"name": "office365contact", | ||
"title": "Office 365 Contacts (Premium)", | ||
"description": "Allows you to integrate into your Office 365 Contacts.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "office365contact", | ||
"title": "Office 365 Contacts (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "office365calendar", | ||
"title": "Office 365 Calendar (Premium)", | ||
"description": "Allows you to integrate into your Office 365 Calendar.", | ||
"premium": true, | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "office365calendar", | ||
"title": "Office 365 Calendar (Premium)" | ||
} | ||
}, | ||
{ | ||
"name": "hubspotContact", | ||
"title": "Hubspot Contact (Premium)", | ||
"description": "Allows you to change contact fields in hubspot.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create"], | ||
"priority": 0, | ||
"name": "hubspotContact", | ||
"title": "Hubspot Contact (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "oauth", | ||
"title": "OAuth (Premium)", | ||
"description": "Provides OAuth authentication behavior to this form.", | ||
"priority": 20, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["form", "create"], | ||
"priority": 20, | ||
"name": "oauth", | ||
"title": "OAuth (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "ldap", | ||
"title": "LDAP Login (Premium)", | ||
"description": "Provides ldap login.", | ||
"priority": 3, | ||
"defaults": { | ||
"handler": ["before"], | ||
"method": ["create"], | ||
"priority": 3, | ||
"name": "ldap", | ||
"title": "LDAP Login (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "googlesheet", | ||
"title": "Google Sheets (Premium)", | ||
"description": "Allows you to integrate data into Google sheets.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "googlesheet", | ||
"title": "Google Sheets (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "sqlconnector", | ||
"title": "SQL Connector (Premium)", | ||
"description": "Allows you to execute a remote SQL Query via Resquel.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "sqlconnector", | ||
"title": "SQL Connector (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "jira", | ||
"title": "Jira (Premium)", | ||
"description": "Allows you to create issues within Jira.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 0, | ||
"name": "jira", | ||
"title": "Jira (Premium)" | ||
}, | ||
"premium": true | ||
}, | ||
{ | ||
"name": "group", | ||
"title": "Group Assignment (Premium)", | ||
"premium": true, | ||
"description": "Provides the Group Assignment capabilities.", | ||
"priority": 5, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create", "update", "delete"], | ||
"priority": 5, | ||
"name": "group", | ||
"title": "Group Assignment (Premium)" | ||
}, | ||
"access": { | ||
"handler": false, | ||
"method": false | ||
} | ||
}, | ||
{ | ||
"name": "twilioSMS", | ||
"title": "Twilio SMS (Premium)", | ||
"premium": true, | ||
"description": "Allows you to send SMS to phone numbers.", | ||
"priority": 0, | ||
"defaults": { | ||
"handler": ["after"], | ||
"method": ["create"], | ||
"priority": 0, | ||
"name": "twilioSMS", | ||
"title": "Twilio SMS (Premium)" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.