Web Experience Toolkit: Library (8.x)
Categories
Component ID
2823629
Component name
Web Experience Toolkit: Library (8.x)
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
4874
Component created
Component changed
Component body
This module leverages the Drupal library system to facilitate loading all of the required WxT jQuery Framework's assets.
Installation
There are two possible installation methods to leverage the WxT Library module in Drupal 8:
- distribution (recommended)
- standalone
The standalone install is provided as an additional method for those who do not wish to have the full weight of a distribution and its required dependencies.
Distribution
All dependencies are included as part of the Drupal WxT distribution and come completely configured alongside with additional integrations and workflow improvements.
- WxT (8.x-1.x)
Standalone
WxT Library at a minimum requires the following dependencies:
- Bootstrap (8.x-3.5+)
- WxT Library (8.x-1.0+)
- WxT jQuery Framework assets
You can easily retrieve these dependencies via composer:
composer require drupal/wxt_library
