- Issue created by @mdolnik
- Status changed to Needs review
10 months ago 12:24am 10 January 2024 - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - 🇨🇦Canada mdolnik
Provided a patch which adds a new Element/Widget that utilizes the jQuery Font Icon Picker.
The logic was inspired by the
fontawesome_iconpicker_widget
sub-module within thefontawesome
module.I decided to place all the logic in a
iconpicker
sub-module, but technically the logic could be moved into the main module. - Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - 🇨🇦Canada mdolnik
Fixed issue with the CSS of the icon picker being added after some of the icon sets' CSS leading to broken icons being displayed.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
10 months ago Waiting for branch to pass - 🇨🇦Canada mdolnik
Fixed issue where the element validation was incorrectly attempting to validate empty values.