I am developping a CB plugin. In this plugin, I declare new field.
But I would like to specify the size of field.
The solution I have found is :
1) to add attribute "size" in declaration of the field in xml file
2) modifiy code (file : cbInstallerPlugin) as follow :