File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
assets/components/clientconfig/js/mgr/widgets Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ ClientConfig.combo.FieldTypes = function(config) {
4343 [ 'numberfield' , _ ( 'clientconfig.xtype.numberfield' ) ] ,
4444 [ 'colorpickerfield' , _ ( 'clientconfig.xtype.colorpalette' ) ] ,
4545 [ 'email' , _ ( 'clientconfig.xtype.email' ) ] ,
46+ [ 'xradiogroup' , _ ( 'clientconfig.xtype.radiogroup' ) ] ,
4647 [ 'xcheckbox' , _ ( 'clientconfig.xtype.xcheckbox' ) ] ,
4748 [ 'datefield' , _ ( 'clientconfig.xtype.datefield' ) ] ,
4849 [ 'timefield' , _ ( 'clientconfig.xtype.timefield' ) ] ,
@@ -113,4 +114,4 @@ Ext.reg('clientconfig-combo-contexts',ClientConfig.combo.ContextList);
113114ClientConfig . ux . Line = Ext . extend ( Ext . Component , {
114115 autoEl : 'hr'
115116} ) ;
116- Ext . reg ( 'clientconfig-line' , ClientConfig . ux . Line ) ;
117+ Ext . reg ( 'clientconfig-line' , ClientConfig . ux . Line ) ;
You can’t perform that action at this time.
0 commit comments