php DCA tl_content Contao 4
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php DCA tl_content Contao 4相关的知识,希望对你有一定的参考价值。
<?php
// nur fuer Nicht-Administratoren
if (!BackendUser::getInstance()->isAdmin)
{
/*Ueberschriftenhierarchie einschraenken*/
$GLOBALS['TL_DCA']['tl_content']['fields']['headline']['options'] = array('h1','h2','h3');
/*Ueberschriften default-Wert setzen/aendern*/
$GLOBALS['TL_DCA']['tl_content']['fields']['headline']['default'] = array('unit' => 'h2', 'value' => '');
/*Floating Bilder im Textelement default-Wert setzen/aendern*/
$GLOBALS['TL_DCA']['tl_content']['fields']['floating']['default'] = 'below';
/*Bildgroesse mit vordefinierter Bildgroesse vorbelegen*/
$GLOBALS['TL_DCA']['tl_content']['fields']['size']['default']= array( null, null ,3);
}
以上是关于php DCA tl_content Contao 4的主要内容,如果未能解决你的问题,请参考以下文章
text 编辑Contao中的菜单结构
text 如何在Contao中添加新页面
css Contao中的下拉导航
text 针对Contao + Google Analytics集成的Cookie集成
apache_conf htaccess und Verzeichnisschutz Contao 4
mod_ext_filter 和 mod_filter 之间的区别?