- Issue created by @_renify_
When trying to select icons on block type and hit submit button, it returns error message "Invalid Icon"
Add fontawesome field on any block type & goto layout builder to add block
It was found out that $icon_base has string value of a number & fontAwesomeManager->getIconMetadata($icon_base); will return false. It should convert numeric string to integer.
Active
2.26
Code