2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
'#description'=>t('Specify an alternative path by which this data can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'),
@@ -198,7 +198,7 @@ function path_form_alter(&$form, $form_state, $form_id) {
$form['path']['path']=array(
'#type'=>'textfield',
'#default_value'=>$path,
'#maxlength'=>250,
'#maxlength'=>128,
'#collapsible'=>TRUE,
'#collapsed'=>TRUE,
'#description'=>t('Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'),