Skip to content
Snippets Groups Projects
Unverified Commit e0606b9d authored by Mateu Aguiló Bosch's avatar Mateu Aguiló Bosch
Browse files

fix(Misc): Remove an annoying warning (#2909112 by e0ipso)

parent ab56e9e0
No related branches found
No related tags found
No related merge requests found
......@@ -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>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment