Refactor for entries alphabetical order

This commit is contained in:
Luca Gallinari 2020-05-26 15:02:11 +02:00 committed by Manuele Menozzi
parent a6b1dc6141
commit 8b73b7198c
2 changed files with 2 additions and 2 deletions

View file

@ -239,13 +239,13 @@ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface
return array_merge(parent::getDefinedElements(), [ return array_merge(parent::getDefinedElements(), [
'code' => '#sylius_taxon_code', 'code' => '#sylius_taxon_code',
'description' => '#sylius_taxon_translations_en_US_description', 'description' => '#sylius_taxon_translations_en_US_description',
'enabled' => '#sylius_taxon_enabled',
'images' => '#sylius_taxon_images', 'images' => '#sylius_taxon_images',
'language_tab' => '[data-locale="%locale%"] .title', 'language_tab' => '[data-locale="%locale%"] .title',
'name' => '#sylius_taxon_translations_en_US_name', 'name' => '#sylius_taxon_translations_en_US_name',
'parent' => '#sylius_taxon_parent', 'parent' => '#sylius_taxon_parent',
'slug' => '#sylius_taxon_translations_%language%_slug', 'slug' => '#sylius_taxon_translations_%language%_slug',
'toggle_taxon_slug_modification_button' => '[data-locale="%locale%"] .toggle-taxon-slug-modification', 'toggle_taxon_slug_modification_button' => '[data-locale="%locale%"] .toggle-taxon-slug-modification',
'enabled' => '#sylius_taxon_enabled',
]); ]);
} }

View file

@ -5,9 +5,9 @@ sylius:
form: form:
taxon: taxon:
description: Description description: Description
enabled: Enabled
name: Name name: Name
parent: Parent parent: Parent
slug: Slug slug: Slug
enabled: Enabled
taxonomy: taxonomy:
name: Name name: Name