Download the PHP package aimes/magento2-improved-admin-ui without Composer
On this page you can find all versions of the php package aimes/magento2-improved-admin-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aimes/magento2-improved-admin-ui
More information about aimes/magento2-improved-admin-ui
Files in aimes/magento2-improved-admin-ui
Package magento2-improved-admin-ui
Short Description Improved UI for certain aspects of the admin area
License GPL-3.0-or-later
Informations about the package magento2-improved-admin-ui
Aimes_ImprovedAdminUi
- Compatible with Magento Open Source and Adobe Commerce
2.4.x
Features
- Use a slightly modified UI-select component to replace standard
select
andmultiselect
components- Provides a search field for option models that have a lot of options (E.g. CMS Blocks)
- Dynamically use ui-select components, replacing
select
andmultiselect
components, in the product edit form- Configured to perform this action only when a certain number of options are shown
- Support for the default category attribute
landing_page
on the category form - Any custom form can be modified, see Usage
Requirements
- Magento Open Source or Adobe Commerce version
2.4.x
Installation
Please install this module via Composer. This module is hosted on Packagist.
composer require aimes/magento2-improved-admin-ui
bin/magento module:enable Aimes_ImprovedAdminUi
bin/magento setup:upgrade
Usage
Dynamic Replacement
System configuration is provided to set the minimum amount of options required before the component is rendered as a ui-select. By default, this value is set to 20
.
Stores -> Configuration -> Catalog -> Catalog -> Admin UI
Statically Declared UI Components
Not every form has a pool of modifiers, most are statically declared. Since modifying attributes within these forms generally requires a new ui_component file, customisation to additional attributes can be done there. For example:
view/adminhtml/category_form.xml
This should be merged with any other desired/required settings. Settings can be found on the default ui-select component documentation.