Create page content with widgets.
Restrict the available widgets by defining them in your _config/app.yml
file
WidgetPage:
allowed_widgets:
'ContentWidget' : 'Content'
'ContactWidget' : 'Contact'
'ImageWidget' : 'Image'
'MapWidget' : 'Map'