Replies: 1 comment
|
I think this is a great idea! Yes, please PR ;-) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Thankfully, bootScore brings Font Awesome right inside. This reduces traffic and imponderables in terms of data transfer to third parties. Therefore, bootScore can legitimately say that it has installed Font Awesome "in a GDPR-friendly way".
The icons are supposed to be used by typing HTML code like '<i class="fa-regular fa-square-check"></i>' into blocks at Gutenberg level. Unfortunately, this occasionally destroys the selected block type and its content (e.g. lists) - which is not a bug of bootScore, but a weakness of WordPress: HTML-level editing is dangerous in general.
But bootScore could support its users by defining and activating a short code in the general functions.php:
The example above is reduced to
[bsfa fa-regular fa-square-check]into a paragraph or list item block.The advantage is, that this handling allows the same functionality as the original code based integration, but prevents us from occasional accidents on HTML-Editor level.
If you agree with that, I could create a respective pull request.
br kr
All reactions