|
@@ -564,6 +564,7 @@ class BBCode extends Parser
|
|
'value' => $structure->handler,
|
|
'value' => $structure->handler,
|
|
'caption' => 'Handler label',
|
|
'caption' => 'Handler label',
|
|
'help' => 'Handler info',
|
|
'help' => 'Handler info',
|
|
|
|
+ 'maxlength' => '65535',
|
|
],
|
|
],
|
|
'text_handler' => [
|
|
'text_handler' => [
|
|
'class' => ['handler'],
|
|
'class' => ['handler'],
|
|
@@ -571,6 +572,7 @@ class BBCode extends Parser
|
|
'value' => $structure->text_handler,
|
|
'value' => $structure->text_handler,
|
|
'caption' => 'Text handler label',
|
|
'caption' => 'Text handler label',
|
|
'help' => 'Text handler info',
|
|
'help' => 'Text handler info',
|
|
|
|
+ 'maxlength' => '65535',
|
|
],
|
|
],
|
|
'recursive' => [
|
|
'recursive' => [
|
|
'type' => 'radio',
|
|
'type' => 'radio',
|