prevnext module

This commit is contained in:
2024-06-24 16:07:25 +02:00
parent 8ea76bf589
commit 219ae43f00
6 changed files with 111 additions and 3 deletions
+2 -1
View File
@@ -23,4 +23,5 @@ function reha_mod_form_node_operation_form_alter(&$form, \Drupal\Core\Form\FormS
if($type === 'operation'){
$form['field_adresse']['widget'][0]['#type'] = 'container';
}
}
}