Skip to content
Snippets Groups Projects

3417910-increase-character-limit: Increase character limit.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -66,6 +66,7 @@ function field_formatter_class_field_formatter_third_party_settings_form(Formatt
'#type' => 'textfield',
'#title' => t('Field Formatter Class'),
'#default_value' => $plugin->getThirdPartySetting('field_formatter_class', 'class'),
'#maxlength' => 256,
];
if (\Drupal::moduleHandler()->moduleExists('token')) {
$element['token_help'] = [
Loading