aimes / magento2-improved-admin-ui
Improved UI for certain aspects of the admin area
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.2 | ~8.3
- magento/module-ui: ^101.2
This package is auto-updated.
Last update: 2024-10-31 14:34:34 UTC
README
- Compatible with Magento Open Source and Adobe Commerce
2.4.x
Features
- Use the 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)
- Configured to perform this action only when a certain number of options are shown
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
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