Refine survey editor workflow and publication handling
This commit is contained in:
@@ -52,6 +52,15 @@ $GLOBALS['TL_DCA']['tl_survey_answer'] = [
|
||||
'label' => &$GLOBALS['TL_LANG']['tl_survey_answer']['questionType'],
|
||||
'sql' => "varchar(32) NOT NULL default ''",
|
||||
],
|
||||
'questionLabel' => [
|
||||
'sql' => "varchar(255) NOT NULL default ''",
|
||||
],
|
||||
'questionDescription' => [
|
||||
'sql' => 'text NULL',
|
||||
],
|
||||
'questionSorting' => [
|
||||
'sql' => 'int(10) unsigned NOT NULL default 0',
|
||||
],
|
||||
'value' => [
|
||||
'label' => &$GLOBALS['TL_LANG']['tl_survey_answer']['value'],
|
||||
'sql' => 'text NULL',
|
||||
|
||||
Reference in New Issue
Block a user