asuwebplatforms / asu_drupal
A Drupal recipe for creating ASU Drupal sites
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- php: >=8.3.0
- asuwebplatforms/asu_brand: ^2.15.2
- asuwebplatforms/asu_config_utility: ^2.15.1
- asuwebplatforms/asu_governance: dev-main
- asuwebplatforms/asu_react_core: ^2.15.2
- asuwebplatforms/asu_react_integration: ^2.15.2
- asuwebplatforms/asu_secure_drupal: dev-main
- asuwebplatforms/asu_secure_superadmin: dev-main
- asuwebplatforms/asu_user: ^2.15.2
- asuwebplatforms/site_builder_role: dev-main
- composer/installers: ^2.0
- cweagans/composer-patches: 1.7.3
- drupal/admin_toolbar: 3.4.2
- drupal/allowed_formats: 3.0.0
- drupal/anchor_link: 3.0.0-alpha2
- drupal/block_field: 1.0.0-rc4
- drupal/captcha: 2.0.5
- drupal/cas: 2.3.2
- drupal/ckeditor: 1.0.2
- drupal/ckeditor_responsive_plugin: 2.1.0-beta1
- drupal/components: 3.0.0-beta3
- drupal/config_readonly: 1.0.0-beta5
- drupal/config_update: 2.0.0-alpha3
- drupal/core-composer-scaffold: 10.3.13
- drupal/core-recommended: 10.3.13
- drupal/crop: 2.3.0
- drupal/ctools: 4.1.0
- drupal/current_page_crumb: 1.5.0
- drupal/decorative_image_widget: 1.0.1
- drupal/devel: 5.1.2
- drupal/devel_kint_extras: 1.1.0
- drupal/editor_advanced_link: 2.2.4
- drupal/editoria11y: 2.0.12
- drupal/environment_indicator: 4.0.14
- drupal/fakeobjects: 1.2.0
- drupal/field_group: 3.4.0
- drupal/field_menu: 2.1.0
- drupal/field_states_ui: 3.0
- drupal/fontawesome: 2.26
- drupal/image_widget_crop: 2.4.0
- drupal/imagemagick: 3.6.0
- drupal/layout_builder_component_attributes: 2.1.1
- drupal/layout_builder_restrictions: 2.19.0
- drupal/layout_builder_usage_reports: 1.0.2
- drupal/layout_section_classes: 1.5.0
- drupal/linkit: 6.1.4
- drupal/maxlength: 2.1.2
- drupal/media_library_form_element: 2.0.6
- drupal/metatag: 2.0.0
- drupal/paragraphs: 1.17.0
- drupal/pathauto: 1.12.0
- drupal/radix: 5.0.11
- drupal/redirect: 1.9.0
- drupal/robotstxt: 1.5.0
- drupal/schema_metatag: 3.0.1
- drupal/seckit: 2.0.3
- drupal/select2: 1.15.0
- drupal/simple_sitemap: 4.2.1
- drupal/smtp: 1.2.0
- drupal/webform: 6.2.3
- drush-ops/behat-drush-endpoint: 9.4.1
- drush/drush: ^13.3
- oomphinc/composer-installers-extender: ^2.0
- zaporylie/composer-drupal-optimizations: 1.2.0
This package is auto-updated.
Last update: 2025-04-04 03:00:26 UTC
README
Introduction
This recipe is intended to be used as a starting point for creating a new ASU Drupal site. It includes the following:
- A curated "ASU Modules" interface to replace the stock "Extend" modules page in Drupal. This will allow Site Administrators to limit the ability of Site Builders to enable/disable and configure only the modules that have been approved by Enterprise Technology.
- A curated "ASU Themes" interface to replace the stock "Appearance" themes page in Drupal. This will allow Site Administrators to limit the ability of Site Builders to enable/disable and configure only the themes that have been approved by Enterprise Technology.
- A mechanism for managing the governance of Drupal sites on the Acquia platform. Specifically, this will disable the SuperAdmin (user 1) account and provide a way for Site Builders to manage the majority of the site's content and management, while reserving the Administrator role for Enterprise Technology employees.
- Some base configuration settings that are common to all ASU Drupal sites.
Requirements
Drupal Core
- 10.3.x or higher
Recipes
- asu_secure_drupal
- site_builder_role
Modules
- admin_toolbar
- allowed_formats
- asu_brand
- asu_config_utility
- asu_react_core
- asu_react_integration
- asu_user
- automated_cron
- big_pipe
- block
- block_content
- block_field
- breakpoint
- captcha
- cas
- ckeditor5
- components
- config
- config_update
- contact
- contextual
- crop
- current_page_crumb
- datetime
- datetime_range
- dblog
- decorative_image_widget
- devel
- devel_generate
- dynamic_page_cache
- editor
- editor_advanced_link
- editoria11y
- field_group
- field_menu
- field_states_ui
- field_ui
- file
- file_mdm
- fontawesome
- fontawesome_iconpicker_widget
- help
- history
- image
- image_widget_crop
- imagemagick
- inline_form_errors
- layout_builder
- layout_builder_restrictions
- layout_builder_usage_reports
- layout_section_classes
- linkit
- maxlength
- media
- media_library
- media_library_form_element
- menu_link_content
- menu_ui
- metatag
- node
- options
- page_cache
- paragraphs
- path
- pathauto
- redirect
- robotstxt
- schema_metatag
- search
- seckit
- select2
- shortcut
- simple_sitemap
- sophron
- taxonomy
- toolbar
- views
- views_ui
- webform
- webform_ui
Installation
You need to be using a Composer workflow with the cweagans/composer-patches
package installed. This recipe requires you to add a patch to your composer file like so:
{ "extra": { "patches": { "drupal/core": { "Add user1 account migration": "web/modules/composer/asu_secure_superadmin/patch/user-module-3135592-2241mr-c39.patch" } } } }
The snippet above assumes that your Drupal root is in a directory called web
. If your Drupal root is in a different directory, you will need to adjust the path to the patch file accordingly.
If you are not using Composer or cweagans/composer-patches
, you will need to add the patch manually to your Drupal codebase. Instructions for how to do this can be found at https://www.drupal.org/patch/apply.
After you have added the patch to your composer file, you can install the recipe. Drupal recipes are available in core starting with Drupal 10.3.x. This recipe is installed like any other recipe. See: https://www.drupal.org/project/distributions_recipes for further information.