0.4.1 • Published 8 months ago

druxt-layout-paragraphs v0.4.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

DruxtLayoutParagraphs

npm CI Known Vulnerabilities codecov

Druxt support for the Drupal Layout Paragraphs module

Links

Features

  • Layout Paragraphs field wrapper.
  • DruxtLayoutParagraph component, auto referenced by field wrapper.
    • Wrapper component support:
      • DruxtLayoutParagraph[Layout]
      • DruxtLayoutParagraphDefault
    • Slots per region, e.g. top, first, second, bottom

Install

$ npm install druxt-layout-paragraphs

Nuxt.js

Add module to nuxt.config.js

module.exports = {
  buildModules: [
    'druxt-entity',
    'druxt-layout-paragraphs'
  ],
  druxt: {
    baseUrl: 'https://demo-api.druxtjs.org'
  }
}

Drupal

  1. Download, install and setup the Layout Paragraphs module.
  2. Set the Layout Paragraphs field formatter on the Layout Paragraphs fields. Layout Paragraphs field formatter
0.4.1

8 months ago

0.4.0

10 months ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago