add the empty label group to domain extra groups

This commit is contained in:
Stephen Birarda 2018-01-30 17:24:56 -08:00
parent 8c924ea106
commit 2c2a6d5c60
2 changed files with 5 additions and 7 deletions

View file

@ -1,12 +1,6 @@
{
"version": 2.1,
"settings": [
{
"name": "label",
"label": "Label",
"settings": [
]
},
{
"name": "metaverse",
"label": "Metaverse / Networking",

View file

@ -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'
}