@@ -43,7 +28,7 @@ function custom_add_another_form_field_storage_config_edit_form_alter(&$form, Fo
'#type'=>'textfield',
'#title'=>t('Custom add another item button'),
'#description'=>t("If the number of items in this field is set to 'Unlimited' then you might get a button that allows you to 'Add another item'. You may customise the text for that button here, an empty value will just use the default value for the button text."),
// Hidden when the 'Number of values' is not unlimited.
'#states'=>[
@@ -61,7 +46,7 @@ function custom_add_another_form_field_storage_config_edit_form_alter(&$form, Fo
'#description'=>t("If the number of items in this field is set to 'Unlimited' then you might get a button that allows you to 'Remove'. You may customise the text for that button here, an empty value will just use the default value for the button text."),
// Add a hint for the empty value if hint module is around.