druxt-layout-paragraphs
v0.4.1
Published
[![npm](https://badgen.net/npm/v/druxt-layout-paragraphs)](https://www.npmjs.com/package/druxt-layout-paragraphs) [![CI](https://github.com/druxt-contrib/druxt-layout-paragraphs/actions/workflows/ci.yml/badge.svg)](https://github.com/druxt-contrib/druxt-l
Downloads
1,639
Maintainers
Readme
DruxtLayoutParagraphs
Druxt support for the Drupal Layout Paragraphs module
Links
- DruxtJS: https://druxtjs.org
- Community Discord server: https://discord.druxtjs.org
- Layout Paragraphs project page: https://www.drupal.org/project/layout_paragraphs
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
- Wrapper component support:
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
- Download, install and setup the Layout Paragraphs module.
- Set the Layout Paragraphs field formatter on the Layout Paragraphs fields.