@@ -120,6 +120,18 @@ class MetatagSettingsForm extends ConfigFormBase {
'#description'=>$this->t("Many Meta-Tags can be trimmed on a specific length for search engine optimization.<br/>If the value is set to '0' or left empty, the whole Metatag will be untrimmed."),
];
// Optional support for the Maxlenth module.
$form['tag_trim']['use_maxlength']=array(
'#type'=>'checkbox',
'#title'=>$this->t('Use Maxlength module to force these limits?'),
'#description'=>$this->t('Because of how tokens are processed in meta tags, use of the Maxlength module may not provide an accurate representation of the actual current length of each meta tag, so it may cause more problem than it is worth. '),