Skip to content

Directory structure

To create a portfolio, go to your eWizard Library. Follow the steps for adding a new content item:

  1. Click the + ADD NEW button at the upper left of your Library.

  2. Select e-DetailerPortfolio, and then choose one of the following options:

  • Create new

    1. Select the required e-Detailer template in the Create new popup.

    2. Set up metadata and click CREATE.

    The selected e-Detailer template is added under the edetailers key in the portfolio structure.json file. Its ID is automatically specified under the portfolio and start keys, meaning this e-Detailer will be actually demonstrated and opened first, accordingly.

  • Merge existing

    1. Select e-Detailers available in your eWizard Library.

    2. Set up the country and language.

    3. Click MERGE & CREATE.

    The rest of the metadata is taken from the selected e-Detailers. The copies of the selected e-Detailers appear under the edetailers key in the portfolio structure.json file. You can then pick particular e-Detailers to be actually demonstrated. For this, specify their IDs under the portfolio key. To define a starting e-Detailer, provide its ID under the start key.

Download your created portfolio. Its structure is as follows:

md
.
├── .ewizard/
│   └── -settings.json
├── edetailers/
│   ├── -my-e-detailer-1
│   ├── -my-e-detailer-2
│   └── -my-e-detailer-3
├── ...
├── node_modules
├── ...
├── index.html
├── package.json
├── package-lock.json
├── settings.json
└── structure.json
FileDescription
index.htmlThe entry point for your portfolio. Contains the <iframe> element under the #portfolio-frame ID.
.ewizard/settings.jsonSystem settings to define the content item type. For portfolios:
"type": "edetailer",
"subtype": "portfolio"
.
settings.jsonPortfolio settings, including brand data, localization parameters, themes, and navigation configuration.
structure.jsonPortfolio structure, including the e-Detailers list, active e-Detailers (actually demonstrated in your portfolio) arrangement, and a starting e-Detailer.