refactor: remove dropbox_access_key and dropbox_access_secret fields
from dropbox settings
This commit is contained in:
parent
14105e0816
commit
7445843bc2
1 changed files with 1 additions and 17 deletions
|
|
@ -16,8 +16,6 @@
|
|||
"app_access_key",
|
||||
"app_secret_key",
|
||||
"allow_dropbox_access",
|
||||
"dropbox_access_key",
|
||||
"dropbox_access_secret",
|
||||
"dropbox_refresh_token"
|
||||
],
|
||||
"fields": [
|
||||
|
|
@ -83,20 +81,6 @@
|
|||
"fieldtype": "Button",
|
||||
"label": "Allow Dropbox Access"
|
||||
},
|
||||
{
|
||||
"fieldname": "dropbox_access_key",
|
||||
"fieldtype": "Password",
|
||||
"hidden": 1,
|
||||
"label": "Dropbox Access Key",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "dropbox_access_secret",
|
||||
"fieldtype": "Password",
|
||||
"hidden": 1,
|
||||
"label": "Dropbox Access Secret",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "dropbox_refresh_token",
|
||||
"fieldtype": "Password",
|
||||
|
|
@ -109,7 +93,7 @@
|
|||
"in_create": 1,
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"modified": "2023-01-26 20:43:14.458823",
|
||||
"modified": "2023-03-02 11:36:35.459730",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Integrations",
|
||||
"name": "Dropbox Settings",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue