Indentation

This commit is contained in:
Atlante45 2014-10-07 20:52:06 -07:00
parent ec8fcb6b59
commit 91727232f8

View file

@ -1,98 +1,98 @@
[ [
{ {
"name": "metaverse", "name": "metaverse",
"label": "Metaverse Registration", "label": "Metaverse Registration",
"settings": [ "settings": [
{ {
"name": "access_token", "name": "access_token",
"label": "Access Token", "label": "Access Token",
"help": "This is an access token generated on the <a href='https://data.highfidelity.io/tokens' target='_blank'>My Tokens</a> page of your High Fidelity account.<br/>Generate a token with the 'domains' scope and paste it here.<br/>This is required to associate this domain-server with a domain in your account." "help": "This is an access token generated on the <a href='https://data.highfidelity.io/tokens' target='_blank'>My Tokens</a> page of your High Fidelity account.<br/>Generate a token with the 'domains' scope and paste it here.<br/>This is required to associate this domain-server with a domain in your account."
}, },
{ {
"name": "id", "name": "id",
"label": "Domain ID", "label": "Domain ID",
"help": "This is your High Fidelity domain ID. If you do not want your domain to be registered in the High Fidelity metaverse you can leave this blank." "help": "This is your High Fidelity domain ID. If you do not want your domain to be registered in the High Fidelity metaverse you can leave this blank."
}, },
{ {
"name": "automatic_networking", "name": "automatic_networking",
"label": "Automatic Networking", "label": "Automatic Networking",
"help": "This defines how other nodes in the High Fidelity metaverse will be able to reach your domain-server.<br/>If you don't want to deal with any network settings, use full automatic networking.", "help": "This defines how other nodes in the High Fidelity metaverse will be able to reach your domain-server.<br/>If you don't want to deal with any network settings, use full automatic networking.",
"default": "disabled", "default": "disabled",
"type": "select", "type": "select",
"options": [ "options": [
{ {
"value": "full", "value": "full",
"label": "Full: update both the IP address and port to reach my server" "label": "Full: update both the IP address and port to reach my server"
}, },
{ {
"value": "ip", "value": "ip",
"label": "IP Only: update just my IP address, I will open the port manually" "label": "IP Only: update just my IP address, I will open the port manually"
}, },
{ {
"value": "disabled", "value": "disabled",
"label": "None: use the network information I have entered for this domain at data.highfidelity.io" "label": "None: use the network information I have entered for this domain at data.highfidelity.io"
} }
] ]
} }
] ]
}, },
{ {
"name": "security", "name": "security",
"label": "Security", "label": "Security",
"settings": [ "settings": [
{ {
"name": "http_username", "name": "http_username",
"label": "HTTP Username", "label": "HTTP Username",
"help": "Username used for basic HTTP authentication." "help": "Username used for basic HTTP authentication."
}, },
{ {
"name": "http_password", "name": "http_password",
"label": "HTTP Password", "label": "HTTP Password",
"type": "password", "type": "password",
"help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.", "help": "Password used for basic HTTP authentication. Leave this blank if you do not want to change it.",
"value-hidden": true "value-hidden": true
} }
] ]
}, },
{ {
"name": "audio", "name": "audio",
"label": "Audio", "label": "Audio",
"assignment-types": [0], "assignment-types": [0],
"settings": [ "settings": [
{ {
"name": "zones", "name": "zones",
"type": "table", "type": "table",
"label": "Zones", "label": "Zones",
"help": "In this table you can define a set of zones in which you can specify various audio properties.", "help": "In this table you can define a set of zones in which you can specify various audio properties.",
"number": true, "number": true,
"can_add": true, "can_add": true,
"can_delete": true, "can_delete": true,
"key": { "key": {
"name": "name", "name": "name",
"label": "Name", "label": "Name",
"placeholder": "Zone name" "placeholder": "Zone name"
}, },
"columns": [ "columns": [
{ {
"name": "x_range", "name": "x_range",
"label": "X range", "label": "X range",
"can_set": true, "can_set": true,
"placeholder": "0-16384" "placeholder": "0-16384"
}, },
{ {
"name": "y_range", "name": "y_range",
"label": "Y range", "label": "Y range",
"can_set": true, "can_set": true,
"placeholder": "0-16384" "placeholder": "0-16384"
}, },
{ {
"name": "z_range", "name": "z_range",
"label": "Z range", "label": "Z range",
"can_set": true, "can_set": true,
"placeholder": "0-16384" "placeholder": "0-16384"
} }
] ]
}, },
{ {
"name": "enable_filter", "name": "enable_filter",
"type": "checkbox", "type": "checkbox",