New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

druxt-layout-paragraphs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druxt-layout-paragraphs

[![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

  • 0.4.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

DruxtLayoutParagraphs

npm CI Known Vulnerabilities codecov

Druxt support for the Drupal Layout Paragraphs module

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

Keywords

FAQs

Package last updated on 11 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc