Moved Pocket token to user config

This commit is contained in:
Jeremy Benoist
2016-09-16 22:22:25 +02:00
parent 4fc998245c
commit ebe0787e09
34 changed files with 161 additions and 44 deletions

View File

@ -52,6 +52,9 @@ class ConfigType extends AbstractType
'choices' => array_flip($this->languages),
'label' => 'config.form_settings.language_label',
])
->add('pocket_consumer_key', null, [
'label' => 'config.form_settings.pocket_consumer_key_label',
])
->add('save', SubmitType::class, [
'label' => 'config.form.save',
])