- Issue created by @van.dordafog
removing the "fa-" prefix on save fixes both the value in Edit as well es shows the correct icon from the formatter
In FontAwesomeIconWidget in the "Additional Font Awesome Settings" the style select options are a list of 3 letter abbreviations (fas, far ...) but on save they are prefixed with "fa-" resulting in values like "fa-fas" so on next edit the value for style is not recognized.
In the formatted "fa-fas" is used as a class for the icon but no such css exists in fontawesome 6.4.2 library (required from composer.libraries.json)
Active
3.0
Code
removing the "fa-" prefix on save fixes both the value in Edit as well es shows the correct icon from the formatter