Last active
July 10, 2018 01:43
-
-
Save matdave/4b56db4a570d06ccf9f912a149df5f7c to your computer and use it in GitHub Desktop.
Build Anchor Menu in Fred.
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
<section id="{{ anchortext|lower|replace({' ': ''}) }}" > | |
<div class="container"> | |
<div class="row"> | |
<div class="col-lg-8 mx-auto text-center"> | |
<h2 class="section-heading" contenteditable="true" data-fred-name="head">Header</h2> | |
<hr class="light my-4"> | |
<div class="text-faded mb-4 text-left" contenteditable="true" data-fred-name="text" data-fred-rte="true" data-fred-rte-config="text"> | |
<p>Some Text</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> |
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
{ | |
"settings":[ | |
{ | |
"name":"anchortext", | |
"label":"Anchor Text", | |
"type": "text", | |
"value": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment