wp-duckbehaviorjournal/assets/js/custom-color-picker.js
Kumi 594a694178
feat(taxonomy): add color picker to term edit and creation
Integrated a color picker for the publication status taxonomy terms.
- Added color fields to both term edit and add new term screens.
- Enqueued color picker script and styles.
- Implemented saving mechanism for color data.

This enhances user experience by allowing custom colors assignment to taxonomy terms.
2024-08-03 17:03:29 +02:00

3 lines
No EOL
79 B
JavaScript

jQuery(document).ready(function($) {
$('.color-field').wpColorPicker();
});