-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reworked settings sections, split symbol-picking/editing/rendering,…
… made sections collapsed by default, and added functionality to open/close them * implemented a new option in settings for the FontAwesome picker * added settings comments for clarity * updated all translations in regard with the new settings sections and the FA picker
- Loading branch information
Showing
14 changed files
with
366 additions
and
96 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$(".fieldset-WysiwygMDEditor legend").click(function() { | ||
$(this).parent().find(".fieldset-WysiwygMDEditor-container").toggleClass('fieldset-accordion-show'); | ||
$(this).parent().find(".fieldset-WysiwygMDEditor-container").toggleClass('fieldset-accordion-hide'); | ||
$(this).find("i").toggleClass('fa fa-chevron-down'); | ||
$(this).find("i").toggleClass('fa fa-chevron-up'); | ||
}); |
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
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
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
Oops, something went wrong.