https://github.com/technodelight/magento1-admin-select2
Magento1 admin module to replace selects with select2 everywhere
https://github.com/technodelight/magento1-admin-select2
magento1 magento1-module select2
Last synced: 7 months ago
JSON representation
Magento1 admin module to replace selects with select2 everywhere
- Host: GitHub
- URL: https://github.com/technodelight/magento1-admin-select2
- Owner: technodelight
- License: mit
- Created: 2019-02-15T15:11:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T15:20:22.000Z (about 7 years ago)
- Last Synced: 2024-12-28T17:27:56.982Z (over 1 year ago)
- Topics: magento1, magento1-module, select2
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento1 Admin module to use Select2 plugin everywhere
This is an absolutely simple package which beautifies the input fields a bit + uses select2 on every select input rendered on the site. It will make your life a bit easier.
# Installation
```
composer require technodelight/magento1-admin-select2
```
# Ignore the module and use only for local development
First, reset your composer changes after the installation has been done
```
git reset composer.*
git checkout composer.*
```
Then add the following to `.git/info/exclude`:
```
public/app/code/community/Technodelight/AdminSelect2
public/app/design/adminhtml/default/default/layout/technodelight_adminselect2
public/app/etc/modules/Technodelight_AdminSelect2.xml
public/skin/adminhtml/default/default/technodelight_adminselect2
```
# Credits
2019 Zsolt Gál (contact me so I can send details on how to buy me a beer)
# License
[OSL v3](http://opensource.org/licenses/OSL-3.0)