-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(openwith): Box Edit SFC support
- Loading branch information
Jeremy Press
authored
Jan 3, 2019
1 parent
3746334
commit f19158d
Showing
6 changed files
with
259 additions
and
58 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,47 +1,160 @@ | ||
{ | ||
"is_disabled": false, | ||
"icon": "data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcm9sZT0iaW1nIiA+ICAgICAgIDxwYXRoIGQ9Ik0yNSAyN0g3VjVoMTNsNSA1djE3eiIgZmlsbD0iI0ZGRkZGRiIvPiAgICA8cGF0aCBkPSJNMjAgNEg3Yy0uNiAwLTEgLjQtMSAxdjIyYzAgLjYuNCAxIDEgMWgxOGMuNiAwIDEtLjQgMS0xVjkuOUwyMCA0em01IDIzSDdWNWgxM3Y0YzAgLjYuNCAxIDEgMWg0djE3eiIgZmlsbD0iIzQwODNGNyIvPiAgICA8cGF0aCBkPSJNMTAgMTVoMTF2MUgxMHYtMXptMCAyaDExdjFIMTB2LTF6bTAgMmgxMXYxSDEwdi0xem0wIDJoOHYxaC04di0xeiIgZmlsbD0iIzQwODNGNyIvPjwvc3ZnPg==", | ||
"disabled_reasons": [], | ||
"default_app_integration": { | ||
"id": "3", | ||
"type": "app_integration" | ||
"default": { | ||
"is_disabled": false, | ||
"icon": "data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgcm9sZT0iaW1nIiA+ICAgICAgIDxwYXRoIGQ9Ik0yNSAyN0g3VjVoMTNsNSA1djE3eiIgZmlsbD0iI0ZGRkZGRiIvPiAgICA8cGF0aCBkPSJNMjAgNEg3Yy0uNiAwLTEgLjQtMSAxdjIyYzAgLjYuNCAxIDEgMWgxOGMuNiAwIDEtLjQgMS0xVjkuOUwyMCA0em01IDIzSDdWNWgxM3Y0YzAgLjYuNCAxIDEgMWg0djE3eiIgZmlsbD0iIzQwODNGNyIvPiAgICA8cGF0aCBkPSJNMTAgMTVoMTF2MUgxMHYtMXptMCAyaDExdjFIMTB2LTF6bTAgMmgxMXYxSDEwdi0xem0wIDJoOHYxaC04di0xeiIgZmlsbD0iIzQwODNGNyIvPjwvc3ZnPg==", | ||
"disabled_reasons": [], | ||
"default_app_integration": { | ||
"id": "3", | ||
"type": "app_integration" | ||
}, | ||
"items": [ | ||
{ | ||
"display_name": "Adobe Sign", | ||
"display_description": "Send for Signature", | ||
"display_order": 1, | ||
"is_disabled": false, | ||
"should_show_consent_popup": false, | ||
"disabled_reasons": [], | ||
"app_integration": { | ||
"id": "3282", | ||
"type": "app_integration" | ||
} | ||
}, | ||
{ | ||
"display_name": "Google Docs", | ||
"display_description": "Open with Google Docs", | ||
"display_order": 3, | ||
"is_disabled": true, | ||
"disabled_reasons": ["manually disabled"], | ||
"should_show_consent_popup": false, | ||
"app_integration": { | ||
"id": "10897", | ||
"type": "app_integration" | ||
} | ||
}, | ||
{ | ||
"display_name": "Google Slides", | ||
"display_description": "Open with Google Slides", | ||
"display_order": 2, | ||
"is_disabled": false, | ||
"disabled_reasons": [], | ||
"should_show_consent_popup": false, | ||
"app_integration": { | ||
"id": "10897", | ||
"type": "app_integration" | ||
} | ||
} | ||
] | ||
}, | ||
"items": [ | ||
{ | ||
"display_name": "Adobe Sign", | ||
"display_description": "Send for Signature", | ||
"display_order": 1, | ||
"is_disabled": false, | ||
"should_show_consent_popup": false, | ||
"disabled_reasons": [], | ||
"app_integration": { | ||
"id": "3282", | ||
"defaultAsIntegrations": [ | ||
[ | ||
{ | ||
"displayName": "Adobe Sign", | ||
"displayDescription": "Send for Signature", | ||
"displayOrder": 1, | ||
"isDefault": true, | ||
"isDisabled": false, | ||
"requiresConsent": false, | ||
"DisabledReasons": [], | ||
"appIntegrationId": "3282", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"displayName": "Google Docs", | ||
"displayDescription": "Open with Google Docs", | ||
"displayOrder": 3, | ||
"isDisabled": true, | ||
"DisabledReasons": ["manually disabled"], | ||
"requiresConsent": false, | ||
"appIntegrationId": "10897", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"displayName": "Google Slides", | ||
"displayDescription": "Open with Google Slides", | ||
"displayOrder": 2, | ||
"isDisabled": false, | ||
"DisabledReasons": [], | ||
"requiresConsent": false, | ||
"appIntegrationId": "10897", | ||
"type": "app_integration" | ||
} | ||
] | ||
], | ||
"boxEdit": [ | ||
{ | ||
"displayName": "Open", | ||
"displayDescription": "Open this file on your desktop", | ||
"displayOrder": 2, | ||
"isDisabled": false, | ||
"requiresConsent": false, | ||
"DisabledReasons": [], | ||
"appIntegrationId": "1338", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"display_name": "Google Docs", | ||
"display_description": "Open with Google Docs", | ||
"display_order": 3, | ||
"is_disabled": true, | ||
"disabled_reasons": ["manually disabled"], | ||
"should_show_consent_popup": false, | ||
"app_integration": { | ||
"id": "10897", | ||
"type": "app_integration" | ||
} | ||
"displayName": "Google Docs", | ||
"displayDescription": "Open with Google Docs", | ||
"displayOrder": 3, | ||
"isDisabled": true, | ||
"DisabledReasons": ["manually disabled"], | ||
"requiresConsent": false, | ||
"appIntegrationId": "10897", | ||
"type": "app_integration" | ||
} | ||
], | ||
"boxEditSFC": [ | ||
{ | ||
"displayName": "Open", | ||
"displayDescription": "Open this file on your desktop", | ||
"displayOrder": 1, | ||
"isDisabled": false, | ||
"requiresConsent": false, | ||
"DisabledReasons": [], | ||
"appIntegrationId": "13418", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"display_name": "Google Slides", | ||
"display_description": "Open with Google Slides", | ||
"display_order": 2, | ||
"is_disabled": false, | ||
"disabled_reasons": [], | ||
"should_show_consent_popup": false, | ||
"app_integration": { | ||
"id": "10897", | ||
"type": "app_integration" | ||
} | ||
"displayName": "Google Docs", | ||
"displayDescription": "Open with Google Docs", | ||
"displayOrder": 3, | ||
"isDisabled": true, | ||
"DisabledReasons": ["manually disabled"], | ||
"requiresConsent": false, | ||
"appIntegrationId": "10897", | ||
"type": "app_integration" | ||
} | ||
], | ||
"boxEditAndSFC": [ | ||
{ | ||
"displayName": "Open", | ||
"displayDescription": "Open this file on your desktop", | ||
"displayOrder": 1, | ||
"isDisabled": false, | ||
"requiresConsent": false, | ||
"DisabledReasons": [], | ||
"appIntegrationId": "13418", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"displayName": "Open", | ||
"displayDescription": "Open this file on your desktop", | ||
"displayOrder": 2, | ||
"isDisabled": false, | ||
"requiresConsent": false, | ||
"DisabledReasons": [], | ||
"appIntegrationId": "1338", | ||
"type": "app_integration" | ||
}, | ||
{ | ||
"displayName": "Google Docs", | ||
"displayDescription": "Open with Google Docs", | ||
"displayOrder": 3, | ||
"isDisabled": true, | ||
"DisabledReasons": ["manually disabled"], | ||
"requiresConsent": false, | ||
"appIntegrationId": "10897", | ||
"type": "app_integration" | ||
} | ||
] | ||
} | ||
} |
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.