drupal/sobki_profile_dsfr

Sobki profile based on UI Suite DSFR.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-profile

10.0.0-alpha1 2024-03-31 13:14 UTC

This package is not auto-updated.

Last update: 2024-04-20 17:12:48 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.

There is currently no specific documentation for 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.