MagePal Magento 2 System.xml Color Picker

magepal/magento2-color-picker

This extension adds a color picker frontend model to be used in system configuration fields.

No errors foundPHPStan level 9Build passing

Supported Magento versions: 2.4.9

15,285 installs★ 1 starsLatest: v1.1.3Released 2020-12-25License: Proprietary

composer require magepal/magento2-color-picker

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

MagePal Magento 2 System.xml Color Picker:

Magento 2 System.xml Color Picker

Installation

Step 1
Using Composer (recommended)
composer require magepal/magento2-color-picker
Manually
  • Download the extension
  • Unzip the file
  • Create a folder {Magento 2 root}/app/code/MagePal/ColorPicker
  • Copy the content from the unzip folder
Step 2 - Enable extension ("cd" to {Magento root} folder)
  php -f bin/magento module:enable --clear-static-content MagePal_ColorPicker
  php -f bin/magento setup:upgrade

Usage

<field id="color_picker" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
    <label>Color Picker</label>
    <frontend_model>MagePal\ColorPicker\Model\Config\Source\ColorPicker</frontend_model>
</field>

© MagePal LLC. | www.magepal.com

← All packages from magepal