oddhill/oddprofile

The base profile used for all our Drupal sites.

Installs: 25 714

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 2

Open Issues: 7

Type:drupal-profile

4.1.3 2025-08-21 09:59 UTC

README

This profile is used as the base profile for all of our Drupal 10/11 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;}' {} \;