mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Remove unused logo
and permissions
fields from subdomain constants
This commit is contained in:
parent
c335dd3882
commit
4a3a368fc5
@ -24,52 +24,38 @@ const constants = {
|
|||||||
{
|
{
|
||||||
'subdomain': 'cc',
|
'subdomain': 'cc',
|
||||||
'name': 'Creative Commons France',
|
'name': 'Creative Commons France',
|
||||||
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/public/creativecommons/cc.logo.sm.png',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'wallet',
|
'type': 'wallet',
|
||||||
'ga': 'UA-60614729-4'
|
'ga': 'UA-60614729-4'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': 'sluice',
|
'subdomain': 'sluice',
|
||||||
'name': 'Sluice Art Fair',
|
'name': 'Sluice Art Fair',
|
||||||
'logo': 'http://sluice.info/images/logo.gif',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'prize',
|
'type': 'prize',
|
||||||
'ga': 'UA-60614729-5'
|
'ga': 'UA-60614729-5'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': 'cyland',
|
'subdomain': 'cyland',
|
||||||
'name': 'Cyland media art lab',
|
'name': 'Cyland media art lab',
|
||||||
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/cyland/logo.gif',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'wallet'
|
'type': 'wallet'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': 'ikonotv',
|
'subdomain': 'ikonotv',
|
||||||
'name': 'IkonoTV',
|
'name': 'IkonoTV',
|
||||||
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ikono-logo-black.png',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'wallet'
|
'type': 'wallet'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': 'lumenus',
|
'subdomain': 'lumenus',
|
||||||
'name': 'Lumenus',
|
'name': 'Lumenus',
|
||||||
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/lumenus/lumenus-logo.png',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'wallet'
|
'type': 'wallet'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': '23vivi',
|
'subdomain': '23vivi',
|
||||||
'name': '23VIVI',
|
'name': '23VIVI',
|
||||||
'logo': 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/23vivi/23vivi-logo.png',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'wallet'
|
'type': 'wallet'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'subdomain': 'portfolioreview',
|
'subdomain': 'portfolioreview',
|
||||||
'name': 'Portfolio Review',
|
'name': 'Portfolio Review',
|
||||||
'logo': 'http://notfoundlogo.de',
|
|
||||||
'permissions': ['register', 'edit', 'share', 'del_from_collection'],
|
|
||||||
'type': 'prize'
|
'type': 'prize'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user