Closed tannguyen04 closed 3 years ago
Second this - good for theming multivalued paragraphs in forms.
@joshua-graham-adelphi Good point, the same requests could be happened to GovCMS 2.x (D9) as well
I will make sure at least hook_field_widget_form_alter
being ported
Thanks.
I note that the function is Deprecated in Drupal 9.2.x - and should use hook_field_widget_single_element_form_alter() instead.
Well noted thanks @joshua-graham-adelphi :)
Thanks @joshua-graham-adelphi for you information.
hi @tannguyen04 - any plan to implement this?
Hi We already allowed theme implement
hook_field_widget_form_alter
. Can we allow theme implementshook_field_widget_multivalue_form_alter
too ? For some case, admin theme need to alter field widget multiple value form to improve editor experience.I have create a patch https://patch-diff.githubusercontent.com/raw/govCMS/GovCMS8/pull/539.patch
Thank you.