oddhill / oddprofile
The base profile used for all our Drupal sites.
Installs: 25 328
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 2
Open Issues: 7
Type:drupal-profile
Requires
- drupal/admin_toolbar: ^3.3
- drupal/block_field: ^1.0@RC
- drupal/coffee: ^1.3
- drupal/csp: ^1.20
- drupal/devel: ^5.0
- drupal/eu_cookie_compliance: ^1.24
- drupal/field_group: ^3.4
- drupal/gin: ^3.0@RC
- drupal/gin_login: ^2.0
- drupal/gin_toolbar: ^1.0@RC
- drupal/linkit: ^6.1
- drupal/mail_login: ^3.0
- drupal/masquerade: ^2.0@RC
- drupal/menu_admin_per_menu: ^1.5
- drupal/metatag: ^2.0
- drupal/module_filter: ^4.0
- drupal/paragraphs: ^1.15
- drupal/pathauto: ^1.11
- drupal/redirect: ^1.8
- drupal/reroute_email: ^2.2
- drupal/scheduler: ^2.0
- drupal/simple_sitemap: ^4.1
- drupal/svg_image_field: ^2.2
- drupal/token: ^1.11
README
This profile is used as the base profile for all of our Drupal 9/10 sites. This profile contains base functionality needed on most websites.
Getting started
The best way to use this profile is to install it with the help of composer.
composer require oddhill/oddprofile
Configuration files
Run the following commands to remove any site specific information from the configuration files when they have been changed.
find ./config/install/ -type f -exec sed -i '' '/^uuid: /d' {} \;
find ./config/install/ -type f -exec sed -i '' '/_core:/{N;d;}' {} \;