Skip to content

Paragraph manager module for manage dependant modules based on Drupal paragraphs module.

Notifications You must be signed in to change notification settings

xcono/paragraph_manager

Repository files navigation

Usage

Provides helper classes to use with Drupal paragraph type entities.

Installation

Install Paragraph Manager

# composer.json

{
    "repositories": [
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_manager" },
    ],

    "require": {
        "xcono/paragraph_manager": "dev-master",
    },
}

Install with all paragraph type packages

# composer.json

"repositories": [
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_manager" },
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_image" },
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_images" },
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_body" },
        { "type": "vcs", "url": "https://github.com/xcono/paragraph_table" }
    ],
    "require": {
        "xcono/paragraph_manager": "dev-master",
        "xcono/paragraph_image": "dev-master",
        "xcono/paragraph_images": "dev-master",
        "xcono/paragraph_body": "dev-master",
        "xcono/paragraph_table": "dev-master"
    },

About

Paragraph manager module for manage dependant modules based on Drupal paragraphs module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages