fix sf4 deprecated: remove choices_as_values form option

This commit is contained in:
2020-07-22 17:05:24 +02:00
parent 59bf662886
commit a38208f5cf
7 changed files with 0 additions and 10 deletions

View File

@@ -130,7 +130,6 @@ class CustomFieldText extends AbstractCustomField
'Multiple boxes on the line' => '1',
'One box on the line' => '0'
),
'choices_as_values' => true,
'label' => 'Box appearance',
'expanded' => True
))