Last active
November 9, 2016 13:49
-
-
Save crowdfundhq/f34a7e9fd1aed980138ba589c2cc1c1c to your computer and use it in GitHub Desktop.
How to set up the Froala editor on existing CrowdfundHQ sites
This file contains 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
<!-- How to set up the Froala editor (https://froala.com) on CrowdfundHQ (https://crowdfundhq.com) if it's not working --> | |
<!-- First go to Manage Site > Configuration > Settings > General and make sure Text Editor is set to Froala --> | |
<!-- Froala requires FontAwesome (http://fontawesome.io) and jQuery (https://jquery.com), install them if you don't have them already --> | |
<!-- Include jQuery by pasting the following line into Manage Site > Design > Scripts --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> | |
<!-- Include FontAwesome by pasting the following line into Manage Site > Design > Libraries --> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" media="all" rel="stylesheet" type="text/css"> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment