Skip to content

Drupal 8 install profile to kickstart new projects

Notifications You must be signed in to change notification settings

mediadukes/mdp_amatus

Repository files navigation

Amatus: custom Drupal 8 install profile

This profile can be used to kickstart new Drupal 8 projects. It automatically installs and configures a bunch of useful modules and themes.

Some key modules/themes are:

This profile also adds 2 content types (article and basic page) which uses paragraphs fields to add content. For a set of pre-configured paragraph types this profile uses the mdm_paragraphs module. Custom block types are available through the mdm_blocks module. Some theming improvements to the the adminimal theme are added via the mdt_adminimal subtheme.

Usage

Just install as any other drupal profile using composer require.

composer require mediadukes/mdp_amatus:^1.0

If it's not already present in your repositories array you'll need to define inside your root composer.json where mediadukes packages can be found.

"repositories": [
  {
    "type": "composer",
    "url": "https://packages.mediadukes.be"
  }
]

Or you can use the mediadukes drupal-project template where all of this is already added.

About

Drupal 8 install profile to kickstart new projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages