Import file details: content_banner.csv
Edit on GitHubThis document describes the content_banner.csv file to configure Content Banner information in your Spryker Demo Shop.
Import file dependencies
This file has the following dependency: glossary.csv.
Import file parameters
| PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION |
|---|---|---|---|---|
| key | ✓ | String | Must be unique. | Unique identifier of the content. |
| name | ✓ | String | Human-readable name. | Name of the content. |
| description | ✓ | String | Description of the content. | |
| title.default | ✓ | String | Default title of the content. | |
| title.{ANY_LOCALE_NAME}* Example value: title.en_US |
String | Title of the content, translated into the specified locale (US for our example). | ||
| subtitle.default | ✓ | String | Default subtitle of the content. | |
| subtitle.{ANY_LOCALE_NAME}* Example value: subtitle.en_US |
String | Subttitle of the content, translated into the specified locale (US for our example). | ||
| image_url.default | ✓ | String | Default image URL of the content. | |
| image_url.{ANY_LOCALE_NAME}* Example value: image_url.en_US |
String | Image URL of the content, translated into the specified locale (US for our example). | ||
| click_url.default | ✓ | String | Default click URL of the content. | |
| click_url.{ANY_LOCALE_NAME}* Example value: click_url.en_US |
String | Click URL of the content, translated into the specified locale (US for our example). | ||
| alt_text.default | ✓ | String | Default alt text of the content. | |
| alt_text.{ANY_LOCALE_NAME}* Example value: alt_text.en_US |
String | Alt text of the content, translated into the specified locale (US for our example). |
*ANY_LOCALE_NAME: Locale date is dynamic in data importers. It means that ANY_LOCALE_NAME postfix can be changed, removed, and any number of columns with different locales can be added to the CSV files.
Import template file and content example
| FILE | DESCRIPTION |
|---|---|
| content_banner.csv template | Exemplary import file with headers only. |
| content_banner.csv | Exemplary import file with Demo Shop data. |
Import file command
data:import:content-banner
Thank you!
For submitting the form