json-object-editor 0.10.641 → 0.10.642
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@ var question ={
|
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
filters:function(item){
|
|
59
|
-
return _joe.Filter.Options.tags({group:
|
|
59
|
+
return _joe.Filter.Options.tags({group:'tags',untagged:true,collapsed:true}).concat(_joe.Filter.Options.status({group:'status',collapsed:true}));
|
|
60
60
|
},
|
|
61
61
|
fields:[
|
|
62
62
|
'name',
|
|
@@ -102,6 +102,7 @@ var question ={
|
|
|
102
102
|
{name:'canBeId',type:'boolean',tooltip:'can this field be used as form visitor id',display:'use as id',label:'can be used as visitor ID'},
|
|
103
103
|
{name:'canBeDate',type:'boolean',tooltip:'can this field be used as form submission date',display:'use as date',label:'can be used as form date'},
|
|
104
104
|
{section_end:'adv'},
|
|
105
|
+
'status',
|
|
105
106
|
'tags',
|
|
106
107
|
{sidebar_end:'right'},
|
|
107
108
|
{section_start:'system',collapsed:true},
|