mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 22:49:54 +02:00
add the empty label group to domain extra groups
This commit is contained in:
parent
8c924ea106
commit
2c2a6d5c60
2 changed files with 5 additions and 7 deletions
|
@ -1,12 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 2.1,
|
"version": 2.1,
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
|
||||||
"name": "label",
|
|
||||||
"label": "Label",
|
|
||||||
"settings": [
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "metaverse",
|
"name": "metaverse",
|
||||||
"label": "Metaverse / Networking",
|
"label": "Metaverse / Networking",
|
||||||
|
|
|
@ -16,7 +16,11 @@ $(document).ready(function(){
|
||||||
|
|
||||||
// define extra groups to add to description, with their splice index
|
// define extra groups to add to description, with their splice index
|
||||||
Settings.extraGroups = {
|
Settings.extraGroups = {
|
||||||
1: {
|
0: {
|
||||||
|
html_id: 'label',
|
||||||
|
label: 'Label'
|
||||||
|
},
|
||||||
|
2: {
|
||||||
html_id: 'places',
|
html_id: 'places',
|
||||||
label: 'Places'
|
label: 'Places'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue