Appearance
Directory structure
To create a portfolio, go to your eWizard Library. Follow the steps for adding a new content item:
Click the
+ ADD NEWbutton at the upper left of your Library.Select e-Detailer → Portfolio, and then choose one of the following options:
Create new
Select the required e-Detailer template in the Create new popup.
Set up metadata and click CREATE.
The selected e-Detailer template is added under the
edetailerskey in the portfoliostructure.jsonfile. Its ID is automatically specified under theportfolioandstartkeys, meaning this e-Detailer will be actually demonstrated and opened first, accordingly.Merge existing
Select e-Detailers available in your eWizard Library.
Set up the country and language.
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
edetailerskey in the portfoliostructure.jsonfile. You can then pick particular e-Detailers to be actually demonstrated. For this, specify their IDs under theportfoliokey. To define a starting e-Detailer, provide its ID under thestartkey.
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| File | Description |
|---|---|
index.html | The entry point for your portfolio. Contains the <iframe> element under the #portfolio-frame ID. |
.ewizard/settings.json | System settings to define the content item type. For portfolios: "type": "edetailer",. |
settings.json | Portfolio settings, including brand data, localization parameters, themes, and navigation configuration. |
structure.json | Portfolio structure, including the e-Detailers list, active e-Detailers (actually demonstrated in your portfolio) arrangement, and a starting e-Detailer. |