drupal/sobki_profile_dsfr

Sobki profile based on UI Suite DSFR.

Installs: 195

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-profile

11.0.0 2025-05-22 16:54 UTC

README

This profile is based on UI Suite DSFR and its goal is to provide a clean and ready to use DSFR integration.

See Sobki's documentation for general and common documentation of the Sobki ecosystem.

See Sobki DSFR's documentation for documentation specific to this profile.

Requirements

This profile has no special system requirements. See Sobki's documentation

This profile requires Composer to gather its dependencies. See Sobki's documentation

In addition to the Composer specificities common to all Sobki's profiles, the following content should be present into the project composer.json:

{
  "extra": {
    ...
    "installer-paths": {
      "app/libraries/dsfr": [
        "npm-asset/gouvfr--dsfr"
      ],
      ...
      "app/libraries/{$name}": [
        "type:drupal-library",
        "type:bower-asset",
        "type:npm-asset"
      ]
    }
  }
}

Installation

Install as you would normally install a contributed Drupal profile.

Configuration

After the installation, adapt the provided configuration to your needs.