File details - mime_type.csv
Edit on GitHubThis document describes the mime_type.csv
file to configure Mime Type information in your Spryker Demo Shop.
Info
This file does not exist by default on the project level. It can be created in the data/import
folder in order to override the CSV file from the file-manager-data-import module: vendor/spryker/file-manager-data-import/data/import/mime_type.csv
.
To import the file, run:
data:import:mime-type
Import file parameters
The file should have the following parameters:
PARAMETER | REQUIRED | TYPE | REQUIREMENTS OR COMMENTS | DESCRIPTION |
---|---|---|---|---|
name | ✓ | String | Must be a valid MIME type. | Name of the MIME type. |
is_allowed | ✓ | Boolean |
|
Indicates if the MIME type is allowed or not. |
Import file dependencies
This file has no dependencies.
Import template file and content example
Find the template and an example of the file below:
FILE | DESCRIPTION |
---|---|
mime_type.csv template | Exemplary import file with headers only. |
mime_type.csv | Exemplary import file with Demo Shop data. |
Thank you!
For submitting the form