Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 309 Bytes

Widget Pages Module

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'