Next-generation platformDeprecated

Defining a bundle entry for new components of new module or flow

You can define bundle entries for new components of new module or flow.

Procedure

  1. Create a new folder under BUNDLE_EXTENSIONS_HOME, specific to your module and also create the en.json file.
  2. Define the bundle entries in the en.json as nested JSON objects in the following format:
    “userList”: {
            “TITLE_userList”: “User list”,
            …
            …
    }