Unverified Commit 590a51fb authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(subscriptions) Add fullwidth class to config section

issue #6099
Showing with 1 addition and 0 deletions
+1 -0
...@@ -38,6 +38,7 @@ class subscriptionsConfig extends simplePlugin ...@@ -38,6 +38,7 @@ class subscriptionsConfig extends simplePlugin
return [ return [
'main' => [ 'main' => [
'name' => _('Subscriptions'), 'name' => _('Subscriptions'),
'class' => ['fullwidth'],
'attrs' => [ 'attrs' => [
new StringAttribute( new StringAttribute(
_('Subscription RDN'), _('Branch in which subscriptions will be stored'), _('Subscription RDN'), _('Branch in which subscriptions will be stored'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment