项目作者: mediadukes

项目描述 :
Drupal 8 module which provides a pre-build paragraphs system
高级语言:
项目地址: git://github.com/mediadukes/mdm_paragraphs.git
创建时间: 2018-09-16T00:52:25Z
项目社区:https://github.com/mediadukes/mdm_paragraphs

开源协议:

下载


Custom Drupal 8 module for pre-configured paragraphs types

This module adds a few pre-configured paragraph types:

  • Text (for basic body text fields)
  • View (to reference views blocks using the viewsreference module)

Four optional paragraph types can be installed (independently) if each of their dependencies are met:

  • Form (to reference webforms)
  • Image (to reference media using the custom mdm_media module)
  • Layout (to create multi column/row paragraphs)
  • Block (to reference blocks using an entity_browser to select existing blocks)

More paragraph types will be added later.

Usage

Just install as any other drupal module using composer require.

  1. 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.

  1. "repositories": [
  2. {
  3. "type": "composer",
  4. "url": "https://packages.mediadukes.be"
  5. }
  6. ]

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