Drupal 8 module which provides a pre-build paragraphs system
This module adds a few pre-configured paragraph types:
Four optional paragraph types can be installed (independently) if each of their dependencies are met:
More paragraph types will be added later.
Just install as any other drupal module using composer require
.
composer require mediadukes/mdm_paragraphs:^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 via the custom Amatus profile.