mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +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,
|
||||
"settings": [
|
||||
{
|
||||
"name": "label",
|
||||
"label": "Label",
|
||||
"settings": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "metaverse",
|
||||
"label": "Metaverse / Networking",
|
||||
|
|
|
@ -16,7 +16,11 @@ $(document).ready(function(){
|
|||
|
||||
// define extra groups to add to description, with their splice index
|
||||
Settings.extraGroups = {
|
||||
1: {
|
||||
0: {
|
||||
html_id: 'label',
|
||||
label: 'Label'
|
||||
},
|
||||
2: {
|
||||
html_id: 'places',
|
||||
label: 'Places'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue