We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ec92f commit b144379Copy full SHA for b144379
Resources/Private/Fusion/Override/Icon.fusion
@@ -5,5 +5,5 @@ prototype(Garagist.Fontawesome:Component.Icon) {
5
content >
6
@if.hasContent = ${this.iconParts}
7
8
- renderer.overwriteAttributes.x-data = ${AlpineJS.xData('icon', props.iconParts)}
+ renderer.overwriteAttributes.x-data = ${AlpineJS.function('icon', props.iconParts)}
9
}
composer.json
@@ -4,7 +4,8 @@
4
"type": "neos-plugin",
"license": "GPL-3.0-or-later",
"require": {
- "garagist/fontawesome": "^0.1.6"
+ "garagist/fontawesome": "^0.1.6",
+ "carbon/eel": "^2.14"
},
10
"autoload": {
11
"psr-4": {
0 commit comments