Skip to content
Commits on Source (1)
......@@ -306,7 +306,7 @@ class JsonapiResourceConfigForm extends EntityForm {
'#open' => TRUE,
];
$markup .= '';
$markup = '';
$markup .= '<dl>';
$markup .= '<dt>' . t('Disabled') . '</dt>';
$markup .= '<dd>' . t('Check this if you want to disable this field completely. Disabling required fields will cause problems when writing to the resource.') . '</dd>';
......