Create beautiful templates using the cms preview or front end
composer require nzvvveb/silverstripe-designer
dev/build?flush=all
<% include NzVvveb\Designer\Designer TemplateID="gjs" %>
<div class="content-container unit size3of4 lastUnit" id="gjs">
<article>
<h1>$Title</h1>
<div class="content">$Content</div>
</article>
$Form
$CommentsForm
</div
- Switch on PERM_FRONTEND_DESIGN in admin/security
- switch on the design with URL get param
?showdesigner=true
- Save to Silverstripe backend
- Set Permissions for showing the builder
- Render SS data inside the builder (Content, Title)