<role>_image |
varchar
|
/m/b/mb01-blue-0.jpg
|
The relative path to the image, starting with a slash ( / ).
|
<role>_image_label |
varchar
|
This is my image
|
The image label used as alt text.
|
<role>_image_position |
integer
|
1
|
The position the image should get rendered in the admin backend and frontend.
|
additional_images |
varchar
|
/m/b/mb01-blue-0.jpg,/m/b/mb01-blue-1.jpg,/m/b/mb01-blue-2.jpg
|
This column must contain a comma ( , ) separated list of relative paths to images.
|
additional_image_labels |
varchar
|
This is my image 1,, This is my image 2
|
This column must contain a comma ( , ) separated list of alt texts for the images in the
column additional_attributes whereas it must exactly have the same number of elements as additional images
have been specified.
|
additional_image_positions |
integer
|
1,3,2
|
This column must contain a comma ( , ) separated list positions for the images in the
column additional_attributes whereas it must exactly have the same number of elements as additional
images have been specified.
|
<role>_video |
text
|
https://youtu.be/AzXrs1c92RY
|
The URL to the video should get loaded, by default, only videos from YouTube (needs an API key) or Vimeo
are supported.
|
<role>_video_title |
varchar(255)
|
Pacemaker Product Import
|
The title will get displayed on top of the video on the product detail page when the user hovers over the video.
|
<role>_video_description |
text
|
This video shows a simple Pacemaker Import Community product import in a Magento 2 shop instance.
|
A description of the video which will display in the admin backend only.
|
<role>_video_provider |
varchar(32 )
|
YouTube
|
The name of the video provider, is either YouTube or Vimeo .
|
<role>_video_metadata |
text |
Pacemaker
|
Additional metadata for the video that will display in the Admin backend only.
|
additional_videos |
varchar
|
https://youtu.be/AzXrs1c92RY,https://vimeo.com/GxXrs1c92BY
|
This column must contain a comma ( , ) separated list of URLs to additional videos that should be loaded.
|
additional_video_titles |
varchar(255)
|
Pacemaker product import, A second video about product import
|
This column must contain a comma ( , ) separated list of titles for the videos in the column additional_videos
whereas it must exactly have the same number of elements as additional videos have been specified.
The title will be displayed above the video on the product detail page if a user hovers over the video.
|
additional_video_descriptions |
text
|
Pacemaker product import,A second video about product import
|
This column must contain a comma ( , ) separated list of descriptions for the videos in the column additional_videos
whereas it must exactly have the same number of elements as additional videos have been specified.
|
additional_video_providers |
varchar(32)
|
YouTube, Vimeo
|
This column must contain a comma ( , ) separated list of provides for the videos in the column additional_videos
whereas it must exactly have the same number of elements as additional videos have been specified.
One of YouTube or Vimeo can be used.
|
additional_video_metadata |
text
|
YouTube, Vimeo
|
This column must contain a comma ( , ) separated list of metadata for the videos in the column additional_videos
whereas it must exactly have the same number of elements as additional videos have been specified.
|
hide_from_product_page |
varchar
|
/m/b/mb01-blue-0.jpg,/m/b/mb01-blue-2.jpg
|
Contains a comma ( , ) separated list of the relative image paths that should not get rendered on the product
detail page, whereas it doesn’t matter if it is an image with a role or one of the additional images.
|
disabled_images |
varchar
|
/m/b/mb01-blue-0.jpg,/m/b/mb01-blue-2.jpg
|
Contains a comma ( , ) separated list of the relative image paths that should not get rendered anywhere,
whereas it doesn’t matter if it is an image with a role or one of the additional images.
|