&$GLOBALS['TL_LANG']['tl_module']['editPage'], 'exclude' => true, 'inputType' => 'pageTree', 'eval' => ['fieldType' => 'radio', 'mandatory' => true, 'tl_class' => 'w50'], 'sql' => ['type' => 'integer', 'unsigned' => true, 'default' => 0], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['listPage'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['listPage'], 'exclude' => true, 'inputType' => 'pageTree', 'eval' => ['fieldType' => 'radio', 'mandatory' => true, 'tl_class' => 'w50'], 'sql' => ['type' => 'integer', 'unsigned' => true, 'default' => 0], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['logoFolder'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['logoFolder'], 'exclude' => true, 'inputType' => 'fileTree', 'eval' => ['fieldType' => 'radio', 'files' => false, 'mandatory' => true, 'tl_class' => 'w50'], 'sql' => ['type' => 'binary', 'length' => 16, 'notnull' => false], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['eventFolder'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['eventFolder'], 'exclude' => true, 'inputType' => 'fileTree', 'eval' => ['fieldType' => 'radio', 'files' => false, 'mandatory' => true, 'tl_class' => 'w50'], 'sql' => ['type' => 'binary', 'length' => 16, 'notnull' => false], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['termsPage'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['termsPage'], 'exclude' => true, 'inputType' => 'pageTree', 'eval' => ['fieldType' => 'radio', 'mandatory' => false, 'tl_class' => 'w50'], 'sql' => ['type' => 'integer', 'unsigned' => true, 'default' => 0], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['frontendAuthorId'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['frontendAuthorId'], 'exclude' => true, 'inputType' => 'text', 'eval' => ['mandatory' => true, 'rgxp' => 'digit', 'maxlength' => 10, 'tl_class' => 'w50'], 'sql' => ['type' => 'integer', 'unsigned' => true, 'default' => 0], ]; $GLOBALS['TL_DCA']['tl_module']['fields']['frontendArchiveId'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_module']['frontendArchiveId'], 'exclude' => true, 'inputType' => 'text', 'eval' => ['mandatory' => true, 'rgxp' => 'digit', 'maxlength' => 10, 'tl_class' => 'w50'], 'sql' => ['type' => 'integer', 'unsigned' => true, 'default' => 0], ];