Added color picker to the settings page
and and added that you can set the titles for the buttons to!
This commit is contained in:
3
assets/js/cw-color-picker.js
Normal file
3
assets/js/cw-color-picker.js
Normal file
@ -0,0 +1,3 @@
|
||||
jQuery(document).ready(function ($) {
|
||||
$('.wp-color-picker').wpColorPicker();
|
||||
});
|
1
assets/js/cw-color-picker.min.js
vendored
Normal file
1
assets/js/cw-color-picker.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
jQuery(document).ready(function(o){o(".wp-color-picker").wpColorPicker()});
|
Reference in New Issue
Block a user