This package has been deprecated

Author message:

this version has been deprecated

ec-layouts-widgets

1.0.8 • Public • Published

COLUMN LAYOUT

An Apostrophe CMS module to provide a column layout for your content. 1 to 4 columns are available. Select between 100%, 75%, 70%, 50%, 33%, 25% Column Widths. Columns are responsive and appear in full-width on smaller devices.

Install

From within your apostrophe project

npm install --save ec-layouts-widgets

Configuration

In app.js

modules: {
  'ec-layouts-widgets': {},
  // ... other modules
}

In your template

{{ apos.area(data.page, 'body', {
    widgets: {
      'ec-layouts-layout': {}
  }
}) }}

Remember to replace data.page with the appropriate context, and body with the correct area name for your site.

The allowed content is apostrophe-rich-text, apostrophe-images, apostrophe-video and apostrophe-html widgets.

Readme

Keywords

Package Sidebar

Install

npm i ec-layouts-widgets

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

21.1 kB

Total Files

13

Last publish

Collaborators

  • woodbrearlham