File details - content_navigation.csv

Edit on GitHub

This document describes the content_navigation.csv file to configure Content Navigation information in your Spryker Demo Shop.

To import the file, run:

data:import:content-navigation

Import file parameters

The file should have the following parameters:

PARAMETER REQUIRED TYPE REQUIREMENTS OR COMMENTS DESCRIPTION
key string Must be unique. Identifier of the content item.
name string Human-readable name. Name of the content.
description string Description of the content.
navigation_key.default string Key of an existing navigation element. Default unique identifier of a navigation element.
navigation_key.en_US string Key of an existing navigation element. Unique identifier of a navigation element for the en_US locale.
title.de_DE string Key of an existing navigation element. Unique identifier of a navigation element for the de_DE locale.

Import file dependencies

This file has the following dependencies: navigation.csv.

Import template file and content example

Find the template and an example of the file below:

FILE DESCRIPTION
content_navigation.csv Template Exemplary import file with headers only.
content_navigation.csv Exemplary import file with Demo Shop data.