You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a while now, the following problem exists:
When you have two extensions and each one uses a different FontAwesome version in the backend.
example:
Mask still uses FontAwesome 4. (I just noticed the usage of the extension friendsoftypo3/fontawesome-provider in the system and it seems it is required by mask)
We have another extension installed which uses FA5: https://github.com/DirkPersky/typo3-rte-ckeditor-fontawesome
If I chose an icon for a mask element the following will be shown on pages, which have an RTE field:
This should be the circle icon.
It seems that the icon unicode value has changed (and probably also the syntax) in FA5.
So, FontAwesome 5 is now used in the backend because of the other extension.
Solution/Suggestion
Is it possible to add an option in the mask configuration to choose the FontAwesome version which should be used in the backend, so that mask supports FA5 (and maybe FA6 for the future)?
I know, that this happens only if two or more extensions with different versions of FontAwesome are used.
The text was updated successfully, but these errors were encountered:
For a while now, the following problem exists:
When you have two extensions and each one uses a different FontAwesome version in the backend.
example:
Mask still uses FontAwesome 4. (I just noticed the usage of the extension
friendsoftypo3/fontawesome-provider
in the system and it seems it is required by mask)We have another extension installed which uses FA5: https://github.com/DirkPersky/typo3-rte-ckeditor-fontawesome
If I chose an icon for a mask element the following will be shown on pages, which have an RTE field:

This should be the circle icon.
It seems that the icon unicode value has changed (and probably also the syntax) in FA5.
So, FontAwesome 5 is now used in the backend because of the other extension.
Solution/Suggestion
Is it possible to add an option in the mask configuration to choose the FontAwesome version which should be used in the backend, so that mask supports FA5 (and maybe FA6 for the future)?
I know, that this happens only if two or more extensions with different versions of FontAwesome are used.
The text was updated successfully, but these errors were encountered: