uteach / uteach_utdk3_customizations
Customizations for the UTeach portfolio of UT Drupal Kit sites
Installs: 8 296
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:drupal-custom-module
Requires
- utexas/pantheon_saml_integration: ^3 || ^4
- utexas/utevent: ^3.0
- utexas/utexas_pantheon_logs_http: ^1 || ^2
- utexas/utnews: ^3.0
- utexas/utprof: ^3.0
This package is auto-updated.
Last update: 2024-10-09 15:35:17 UTC
README
This repository provides a common set of configurations for UTeach sites based on the UTDK 3 codebase.
This should be added to a standard installation of UTDK 3 via composer require uteach/uteach_utdk3_customizations
After site installation, enable the uteach_utdk3_customizations
module.
Currently, enabling the deployment module will:
- Enable Enterprise Login functionality (users and the activation of SAML still need to be done manually)
- Enable the UTProf, UTNews, & UTEvent functionality
- Enable a UTeach-tooled version of the Content Editor role, which includes permissions for the Profile content.
Subsequent deployment updates should be added as update hooks to uteach_deploy.install
, and those same changes should be added to the hook_install()
implementation so that new sites will receive those changes.
Sites this repository is currently used on
- UTeach Main: https://github.austin.utexas.edu/eis1-wcs/uteach-main
- UTeach Outreach: https://github.austin.utexas.edu/eis1-wcs/uteach-outreach