Skip to content
Snippets Groups Projects
Commit 9dbf2bc5 authored by Gaurav Gupta's avatar Gaurav Gupta
Browse files

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

parent f92160d3
No related branches found
No related tags found
1 merge request!23417910-increase-character-limit: Increase character limit.
...@@ -66,6 +66,7 @@ function field_formatter_class_field_formatter_third_party_settings_form(Formatt ...@@ -66,6 +66,7 @@ function field_formatter_class_field_formatter_third_party_settings_form(Formatt
'#type' => 'textfield', '#type' => 'textfield',
'#title' => t('Field Formatter Class'), '#title' => t('Field Formatter Class'),
'#default_value' => $plugin->getThirdPartySetting('field_formatter_class', 'class'), '#default_value' => $plugin->getThirdPartySetting('field_formatter_class', 'class'),
'#maxlength' => 256,
]; ];
if (\Drupal::moduleHandler()->moduleExists('token')) { if (\Drupal::moduleHandler()->moduleExists('token')) {
$element['token_help'] = [ $element['token_help'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment