Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

accessdigital/wilson

Repository files navigation

Wilson is the Access in-house installation profile and theme starterkit for Drupal 9. A development kickstarter with a focus on Paragraph-based landing pages.

Installation

See the Wilson installation guide on Confluence.

Patches

Due a restriction in the Composer Patches package, it is not possible to apply patches to Drupal Core from the Wilson composer file. Consider adding the following patches to your project Composer file (via cweagans/composer-patches) if you encounter the relevant problem:-

1. Responsive image dimensions (affects animation effects and jump nav)

Drupal's responsive images tag doesn't include image dimensions, which means browsers struggle to handle lazy loading images and calculating the true position of elements. This manifests in faulty behaviour of component animation effects and incorrectly handled jump nav links.

Applying this patch from this issue seems to solve the problem.