diff --git a/Block/Adminhtml/System/Config/ColorPicker.php b/Block/Adminhtml/System/Config/ColorPicker.php new file mode 100644 index 0000000..621e9df --- /dev/null +++ b/Block/Adminhtml/System/Config/ColorPicker.php @@ -0,0 +1,74 @@ +getElementHtml(); + $value = $element->getData('value'); + + $html .= ''; + + return $html; + } + +} diff --git a/composer.json b/composer.json index acf573d..51edf3b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mageplaza/module-core", "description": "Mageplaza Core for Magento 2", "type": "magento2-module", - "version": "1.5.1", + "version": "1.5.2", "license": "proprietary", "authors": [ { diff --git a/view/adminhtml/layout/adminhtml_system_config_edit.xml b/view/adminhtml/layout/adminhtml_system_config_edit.xml index 0556c9f..8d5d9f2 100644 --- a/view/adminhtml/layout/adminhtml_system_config_edit.xml +++ b/view/adminhtml/layout/adminhtml_system_config_edit.xml @@ -1,27 +1,28 @@ - - - - -