/**
  * @param Form $form
  */
 protected function createForm(Form $form)
 {
     $form->setElement('text', 'swagCustomSortName', ['label' => 'Name', 'value' => 'Individuelle Sortierung', 'description' => 'Die neue Sortierung ist unter diesem Namen im Frontend sichtbar.', 'required' => true, 'scope' => Element::SCOPE_SHOP]);
     $this->addFormTranslations(['en_GB' => ['swagCustomSortName' => ['label' => 'Name', 'description' => 'The new sort will be visible in the frontend under this name.', 'value' => 'Custom Sorting']]]);
 }