Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can choose from available Pricefx Unity icons to use in your dynamic tabs and steps to add some extra flavour flavor and make them easier to distinguish. This is not applicable for the “Stepper“ layout.

Example

In this example we specify define the clipboard-notes icon for the Notes tab:

Code Block
languagejson
{
  "name": "default",
  "tabs": [
   {
      "icon": "clipboard-notes",
      "name": "notes",
      "type": "notes",
      "labelTranslations": {
        "": "Notes",
        "de": "Notizen",
        "pl": "Notatki"
      }
    },
    ...

...