burnbright/silverstripe-widgetpages

Build pages using widgets. Small pieces of content and functionality.

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 2

Open Issues: 7

Type:silverstripe-module

dev-master 2016-01-13 01:42 UTC

This package is auto-updated.

Last update: 2024-03-24 18:29:34 UTC


README

Create page content with widgets.

Configuration

Restrict the available widgets by defining them in your _config/app.yml file

WidgetPage:
  allowed_widgets:
    'ContentWidget' : 'Content'
    'ContactWidget' : 'Contact'
    'ImageWidget' : 'Image'
    'MapWidget' : 'Map'