Importing component templates

When you import a template, you can create an entirely new template or upgrade an existing one.

Procedure

  1. Display the Import Template dialog (Components > Templates > Import Template).
  2. Enter the path to the JSON file that contains the template or click Browse to select one.
  3. If you want to upgrade an existing template, check the Upgrade Template check box. To create a template, leave the box cleared. If the template's name in the JSON file (not the name of the file itself) matches an existing template, the template is upgraded. If the name is not found, the command has no effect.
    Note: The template's name is the first parameter in the JSON file; for example,
    "name": "helloWorldTemplate",
  4. Click Submit.

Feedback