<?php declare(strict_types=1);
namespace CioProductDownload;
use Shopware\Core\Framework\Plugin;
class CioProductDownload extends Plugin
{
public const CUSTOM_FIELD_DOWNLOAD_MEDIA_ID = 'cioDownloadMediaId';
public const CUSTOM_FIELD_DOWNLOAD_MEDIA_IDS = 'cioDownloadMediaIds';
public const CUSTOM_PRODUCT_PARSED_DATA_DOWNLOAD_FILE = 'custom_product_parsed_data_download_file';
}