forked from wallabag/wallabag
Optionnal quote because the frontend does not use it
This commit is contained in:
@ -17,7 +17,7 @@ class NewAnnotationType extends AbstractType
|
||||
'empty_data' => '',
|
||||
])
|
||||
->add('quote', null, [
|
||||
'empty_data' => null,
|
||||
'empty_data' => '',
|
||||
'trim' => false,
|
||||
])
|
||||
->add('ranges', CollectionType::class, [
|
||||
|
||||
Reference in New Issue
Block a user