1.0.8 • Published 6 years ago

ec-layouts-widgets v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.

1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago