<?php
declare(strict_types=1);
/*
* This file is part of memberfiles bundle.
*
* (c) vonRotenberg
*
* @license commercial
*/
/**
* Palettes
*/
use vonRotenberg\MemberfilesBundle\Controller\Frontend\ContentElement\SecureDownloadsController;
$GLOBALS['TL_DCA']['tl_content']['palettes'][SecureDownloadsController::TYPE] = '{type_legend},type,headline;{source_legend},sortBy,metaIgnore;{template_legend:hide},customTpl;{protected_legend:hide},protected;{expert_legend:hide},guests,cssID,space;{invisible_legend:hide},invisible,start,stop';