Simple
{{ use ('hrzg/widget/widgets') }}
{{ cell_widget({id: 'main'}) }}
Full width header and container
{{ use ('hrzg/widget/widgets') }}
{{ cell_widget({id: 'header'}) }}
<div class="container">
{{ cell_widget({id: 'container'}) }}
</div>
"image": {
"type": "string",
"format": "filefly",
"default": "/_phd/test.png"
}
This Submenu shows you the predefined widget templates.
Further you're able to edit the existing templates or to create new templates by clicking on the new button upper left.
{
"title": "Content Widget",
"type": "object",
"properties": {
"headline": {
"type": "string",
"title": "Headline",
"default": "Lorem ipsum"
},
"content": {
"type": "string",
"title": "Subline",
"default": "<p>Pellentesque habitant morbi tristique ultricies mi vitae est. Mauris placerat eleifend leo.<\/p>",
"format": "html",
"options": {
"wysiwyg": true
}
}
}
}
<h1>{{ headline }}</h1>
<div>{{ content | raw }}</div>
:blue_book: Project page
Help us to improve the documentation, fork this page.