You are not logged in.
I added to myobj.constant.php file
$GO_FIELDS['mysection']['name'] = "My section";
$GO_FIELDS['mysection']['field'] = 'sectionRow';
$GO_FIELDS['mysection']['input_type'] = 'sectionRow';
$GO_FIELDS['mysection']['colums'] = '4';
and then in the genericobject plugin added this section. When adding, the message Field added successfully is displayed, but the section is not added.
Can you advise me where is the error or what else needs to be done?
Offline