15 use \PKP\components\forms\context\PKPMastheadForm;
16 use \PKP\components\forms\FieldText;
27 'label' => __(
'manager.setup.journalAbbreviation'),
28 'isMultilingual' =>
true,
29 'groupId' =>
'identity',
30 'value' => $context->getData(
'abbreviation'),
32 ->addField(
new FieldText(
'sponsoringOrganization', [
33 'label' => __(
'manager.setup.sponsoringOrganization'),
34 'groupId' =>
'identity',
35 'value' => $context->getData(
'sponsoringOrganization'),