You've already forked redmine-bundle
infotext changes
This commit is contained in:
@@ -23,11 +23,11 @@ final class Configuration implements ConfigurationInterface
|
|||||||
->children()
|
->children()
|
||||||
->scalarNode('url')
|
->scalarNode('url')
|
||||||
->isRequired()
|
->isRequired()
|
||||||
->info('The URL of your Redmine instance')
|
->info('Base URL of the Redmine instance')
|
||||||
->end()
|
->end()
|
||||||
->scalarNode('apikey')
|
->scalarNode('apikey')
|
||||||
->isRequired()
|
->isRequired()
|
||||||
->info('Your Redmine API-Key')
|
->info('Redmine API-Key')
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
->end()
|
->end()
|
||||||
|
|||||||
Reference in New Issue
Block a user