magepal/magento2-color-picker

Admin System.xml Color Picker

Installs: 7 528

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:magento2-module

1.1.3 2020-12-25 14:52 UTC

This package is auto-updated.

Last update: 2024-03-26 00:12:01 UTC


README

68747470733a2f2f696d6167652e6962622e636f2f6448426b59482f4d61676570616c5f6c6f676f2e706e67

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