mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Hound
This commit is contained in:
parent
fc0872a997
commit
a5bbe779fb
1 changed files with 4 additions and 6 deletions
|
|
@ -118,14 +118,13 @@ class GDriveHandler(AbstractProvider):
|
||||||
# {platform} tells that value is multiplatform and only specific OS
|
# {platform} tells that value is multiplatform and only specific OS
|
||||||
# should be returned
|
# should be returned
|
||||||
editable = [
|
editable = [
|
||||||
# credentials could be override on Project or User level
|
# credentials could be overriden on Project or User level
|
||||||
{
|
{
|
||||||
'key': "credentials_url",
|
'key': "credentials_url",
|
||||||
'label': "Credentials url",
|
'label': "Credentials url",
|
||||||
'type': 'text'
|
'type': 'text'
|
||||||
},
|
},
|
||||||
# roots could be override only on Project leve, User cannot
|
# roots could be overriden only on Project leve, User cannot
|
||||||
#
|
|
||||||
{
|
{
|
||||||
'key': "roots",
|
'key': "roots",
|
||||||
'label': "Roots",
|
'label': "Roots",
|
||||||
|
|
@ -149,8 +148,7 @@ class GDriveHandler(AbstractProvider):
|
||||||
'key': "credentials_url",
|
'key': "credentials_url",
|
||||||
'label': "Credentials url",
|
'label': "Credentials url",
|
||||||
'type': 'text',
|
'type': 'text',
|
||||||
'namespace': '{project_settings}/global/sync_server/sites/{site}/credentials_url/{platform}'
|
'namespace': '{project_settings}/global/sync_server/sites/{site}/credentials_url/{platform}' # noqa: E501
|
||||||
# noqa: E501
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
return editable
|
return editable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue