Last active
August 29, 2015 14:18
-
-
Save Dillie-O/0141fe0bfaf0c9f21b53 to your computer and use it in GitHub Desktop.
SiteFinity Formatted Custom Layout Widget Markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div runat="server" class="sf_cols customClass fancy-layout"> | |
<div runat="server" class="sf_colsOut CustomClass arrow_box" data-placeholder-label="Title"> | |
<h1 runat="server" class="sf_colsIn"></h1> | |
</div> | |
<div runat="server" class="sf_colsOut CustomClass" data-placeholder-label="Content"> | |
<div runat="server" class="sf_colsIn"> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment