Skip to content
Snippets Groups Projects
Commit 9660b2b2 authored by Al Munnings's avatar Al Munnings
Browse files

Add setting note about leaving disabled

parent b4e285cc
No related branches found
No related tags found
No related merge requests found
Pipeline #132298 passed
......@@ -304,7 +304,10 @@ class SettingsForm extends ConfigFormBase {
$form['advanced']['fields']['field_required_override'] = [
'#type' => 'checkbox',
'#title' => $this->t('Required override'),
'#description' => $this->t('Enable to set the required property per field.'),
'#description' => $this->t('
Enable to override the required setting per field.
Disable to automatically use the field settings.
'),
'#default_value' => $this->getConfig()->get('settings.field_required_override'),
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment