asuwebplatforms / webspark-profile-webspark
Custom profle for Webspark 2
Installs: 12 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 1
Type:drupal-profile
- dev-master
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-WS2-1575
- dev-ws2-1526-batch
- dev-ws2-1530
- dev-WS2-1518
- dev-2-6-0
- dev-WS2-1278
- dev-ws2-release-webspark-cas-add
- dev-WASC-380
- dev-feature/update-release-20211208
- dev-WS2-1009
- dev-readme
- dev-v3release
- dev-add-license-1
- dev-feature/fix-testing-release
- dev-entity_clone
- dev-WS2-968
- dev-WS2-960
- dev-basic_block_remove
- dev-webform
- dev-WS2-848
- dev-WS2-798
- dev-webforms
- dev-feature/required-modules
- dev-feature/fix-stable-release
- dev-feature/stable-release
- dev-crops
- dev-seckit
- dev-WS2-705
- dev-webspark_table
- dev-feature/rc2
- dev-paragraph_plugin
- dev-WS2-623
- dev-feature/WS2-648
- dev-feature/update-profile
- dev-feature/text-filters
- dev-WS2-485
- dev-color_icons
- dev-feature/rc1-ext
- dev-ckeditor_profile_changes
- dev-ws2-325-lb-forms
- dev-feature/rc1
- dev-feature/fix-home-link
- dev-feature/beta-release
- dev-bugfix/dependencies
- dev-feature/fix-release
- dev-feature/qa-bugfixing
- dev-feature/alpha-fix
- dev-feature/alpha-pilot
- dev-feature/webspark-theme-dependency
- dev-feature/WS2-137-installation-process-skeleton
This package is auto-updated.
Last update: 2025-03-01 00:34:36 UTC
README
Description
Webspark profile installs all the required modules and configurations for the webspark distribution.
How to install
- Copy into the profiles folder.
- Run "composer install"
- Access the site url
- In the install step "Select an installation profile" select the "Webspark" option
Features
- Adds 2 new forms in the install: Google Analytics settings and Header settings
- Installs all the required modules for this distribution
- Comes with updates that will periodically improve the experience
- Has some predefined configurations on blocks, users, ckeditor profiles, system settings
Updates
- Please check for existing updates after new releases. Url: [site-url]/update.php (with administrator rights) or "drush updb" in the console
Composer
The versions of contrib modules are pinned so we dont encounter any "surprise" when we update the composer.
If we are required to update the versions of modules please re-test for regressions.
If we need to update modules that have libraries, also please check their versions.
Special cases
For example webforms module come with a lot of libraries. We had to create a libraries file in order to download them and not use the CDN version. If you update the webform module: https://www.drupal.org/project/webform , please remake the composer.libraries.json with the command: drush webform:libraries:composer > DRUPAL_ROOT/composer.libraries.json See https://www.drupal.org/docs/contributed-modules/webform/webform-libraries for details.
Known limitations
Because most of the configurations in this module should not be changed after an instance of a site is built, we dont revert the configurations at update like we do with other WS2 modules. Any small updates in these configurations will be asked to be manually changed at the instance level manually. New instances will not have this problem.
Requirements
Drupal 8.x. or Drupal 9.x