roygoldman / drupal-webform-wrapper
Provides links to drupal webform dependencies.
Requires
- ckeditor/autogrow: ^4.10
- ckeditor/fakeobjects: ^4.10
- ckeditor/image: ^4.10
- ckeditor/link: ^4.10
- drupal/webform: ~5
- npm-asset/chosen-js: ^1.6
- npm-asset/ckeditor-codemirror-plugin: v1.17.3
- npm-asset/codemirror: 5.31.0
- npm-asset/geocomplete: 1.7.0
- npm-asset/icheck: 1.0.2
- npm-asset/image-picker: 0.3.0
- npm-asset/inputmask: 4.0.6
- npm-asset/intl-tel-input: 15.0.1
- npm-asset/jquery-text-counter: 0.8.0
- npm-asset/jquery-toggles: 4.0.0
- npm-asset/jquery.hotkeys: 0.2.0
- npm-asset/jquery.rateit: 1.1.1
- npm-asset/places.js: ^1.16
- npm-asset/progress-tracker: 1.4.0
- npm-asset/select2: 4.0.5
- npm-asset/signature_pad: 2.3.0
- npm-asset/timepicker: 1.11.12
This package is auto-updated.
Last update: 2025-03-29 00:36:24 UTC
README
This project provides composer tooling around the Drupal Webforms module.
Usage
In order to install the dependencies of this project, you will need to add two upstream repositories to your project as well as some custom composer package definitions. The following commands are available as the setup script below. You can then add the project to you composer project as normal.
Requirements Overview
You will need to add the two following composer repositories:
- Drupal 8 - https://packages.drupal.org/8 - Drupal 8 modules
- Asset Packagist - https://asset-packagist.org - Mirror of NPM and Bower libraries for composer
You will also need to add the following custom packages. For package configuration,
please view this projects composer.json
.
- ckeditor/link - CKEditor 4 Link Plugin
- ckeditor/image - CKEditor 4 Image Plugin
- ckeditor/autogrow - CKEditor 4 Autogrow Plugin
- ckeditor/fakeobjects - CKEditor 4 Fake Objects Plugin
Setup Script
php -r "copy('https://raw.githubusercontent.com/roygoldman/drupal-webform-wrapper/8.x/drupal-webform-wrapper-setup.php', 'dww-setup.php');"
php dww-setup.php
php -r "unlink('dww-setup.php');"
Once the script is run, you will need to include this project in your repo, using the following.
Add drupal-webform-wrapper
To use this project, you will need to include the repository configuration from this project's composer.json in your project. This allows for the downloading and discovery of the required front-end dependencies.
Once the repositories configuraition is added, simply require this package in your composer project to download the libraries and config.
composer require roygoldman/drupal-webform-wrapper
Advanced Usage
By default the script will add new packages definitions but not wipe out old
versions. You can specify the --upstream
or -u
argument to the script
to replace existing package definitions instead of merging versions.
php drupal-webform-wrapper-setup.php --upstream
Support
Support for this project can be found on GitHub.