mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Refactor for entries alphabetical order
This commit is contained in:
parent
a6b1dc6141
commit
8b73b7198c
2 changed files with 2 additions and 2 deletions
|
|
@ -239,13 +239,13 @@ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface
|
|||
return array_merge(parent::getDefinedElements(), [
|
||||
'code' => '#sylius_taxon_code',
|
||||
'description' => '#sylius_taxon_translations_en_US_description',
|
||||
'enabled' => '#sylius_taxon_enabled',
|
||||
'images' => '#sylius_taxon_images',
|
||||
'language_tab' => '[data-locale="%locale%"] .title',
|
||||
'name' => '#sylius_taxon_translations_en_US_name',
|
||||
'parent' => '#sylius_taxon_parent',
|
||||
'slug' => '#sylius_taxon_translations_%language%_slug',
|
||||
'toggle_taxon_slug_modification_button' => '[data-locale="%locale%"] .toggle-taxon-slug-modification',
|
||||
'enabled' => '#sylius_taxon_enabled',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ sylius:
|
|||
form:
|
||||
taxon:
|
||||
description: Description
|
||||
enabled: Enabled
|
||||
name: Name
|
||||
parent: Parent
|
||||
slug: Slug
|
||||
enabled: Enabled
|
||||
taxonomy:
|
||||
name: Name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue