@using ToSic.Razor.Blade;
@inherits Custom.Hybrid.Razor14
<!-- unimportant stuff, hidden -->
<div @Sys.PageParts.InfoWrapper()>
@Html.Partial("../shared/DefaultInfoSection.cshtml")
<div @Sys.PageParts.InfoIntro()>
<h2>Toolbar Customization</h2>
<br>
<h4>More Information around Customizing the Edit UX</h4>
<ol>
</ol>
</div>
</div>
<hr>
<h2>Custom Input Fields</h2>
<br>
<h4>More Information around Customizing the Edit UX</h4>
<ol>
</ol>
@* Footer *@
@Html.Partial("../Shared/Layout/FooterWithSource.cshtml", new { Sys = Sys })