Problem/Motivation
Drupal 10.2 introduces a new field selection UI with the new field categories and icons.
In addition, the new UI for ListStringItem (which Style Selector extends) now uses the machine_name widget for key values. This widget attempts to auto-generate valid machine names based on the text entered in the name fields. That doesn't work well for Style Selector's typical use case.
Proposed resolution
See New API for defining field type categories:
- Add new category and icon for Style Selector.
- Revert ListStringItem's auto-generated machine_name widget back to textfield
- Fix #3474238: Allow underscores in CSS classnames/style key field.
Issue fork style_selector-3424409
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
justcaldwellComment #4
justcaldwellMakes sense to fix #3474238: Allow underscores in CSS classnames/style key field. while we're making these changes.
Comment #7
justcaldwellMerged to dev. New release to follow soon.
Comment #8
justcaldwellReleased in 2.0.0-alpha9