Umbraco 14 icons not working
# help-with-umbraco
s
[SOLVED]
Copy code
diff
+ added icon- prefix
 "icon": "umb:icon-credit-card",
---- original post ---- I am following this tutorial:

https://www.youtube.com/watch?v=nepGWj1G-A8

I created a test package, but the icon does not seem to display:
Copy code
json
{
  "$schema": "../../umbraco-package-schema.json",
  "name": "My Test Package",
  "version": "1.0.0",
  "extensions": [
    {
      "type": "propertyEditorUi",
      "alias": "my.propertyEditorUi.creditCardPicker",
      "name": "My Credit Card Picker",
      "meta": {
        "group": "pickers",
        "icon": "umb:credit-card",
        "label": "Credit Card Picker",
        "propertyEditorSchemaAlias": "Umbraco.Label"
      }
    }
  ]
}
k
hi try
icon-credit-card
as the value.
s
Where is this tutorial please, So it can be updated?
s
@User

https://www.youtube.com/watch?v=nepGWj1G-A8

s
Thanks! Not updateable .. good to know 😅 Make sure to look through the docs as well, we keep them updated: https://docs.umbraco.com/umbraco-cms/v/14.latest-rc/extending-backoffice/package-manifest
4 Views