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(), [
|
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',
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue