Admins,
Drupal 11.4-0-beta1 Release and running on this test system.
The module "Contacts" will be removed from the core system, and for the test system is currently disabled. The module followed the similar fate of "Forums", and will be available as a user contributed module instead. Installed the user contributed module, and this move should have no impact to our NR website.
Also the HTML5 validation setting will be enabled in version 12, and a warning will exist on version 11.4 status report until enabled. It can be changed to TRUE or FALSE setting for version 11.4 and the warning goes away. I have set our NR test site setting to FALSE, since this will be the default setting on Drupal 12. Will continue to monitor this during testing.
/**
* Enable HTML5 form validation.
*
* Drupal 12 will disable HTML5 form validation by default due to issues with
* usability and accessibility. Setting this to TRUE will allow user agents to
* continue performing client-side HTML5 validation.
*/
$settings['enable_html5_validation'] = FALSE;
Lee
- Log in to post comments
