Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

Follow the instructions below to create the shell of an asset extension, which is the folder structure of an asset extension:

For more information on asset extensions, see Asset Extension.

  1. Optionally, create a new asset type. If you are extending a default asset type in ES, this step is not required.

  2. Create an asset extension folder structure in the asset directory. For more information, see Asset Extension Components. The assets directory of the Publisher and Store asset extension are as follows:

    ES ComponentDirectory
    Publisher<ES_HOME>/repository/deployment/server/jaggeryapps/publisher/extensions/assets/<ASSET_TYPE_NAME>
    Store<ES_HOME>/repository/deployment/server/jaggeryapps/store/extensions/assets/<ASSET_TYPE_NAME>

    The <ASSET_TYPE_NAME> should always correspond to an asset type that exists in ES, which has a corresponding RXT definition in the registry.

    An asset extension directory will contain the following elements:

    • A themes directory with one or more themes (Optional).
    • An asset.js file (Optional).
    • pages directory (Optional).
    • An apis directory (Optional).

    Example:
    The following screenshot explains the general folder structure of an asset extension, where the name of the asset type is servicex.
  3. Restart ES, so that ES evaluates the changes in the asset.js file.
  4. Customize the newly created shell of the asset extension. For more information, see Working with Asset Extensions.
  • No labels