Skip to content

lucaboesch/moodle-tiny_fontcolor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moodle-tiny_fontcolor

Release Moodle Plugin CI PHP Support Moodle Support License GPL-3.0 GitHub contributors

Installation

  • Unzip the contents of the zip archive into the Moodle .../lib/editor/tiny/plugins/fontcolor directory.
  • As a Moodle Admin go to Site Administration -> Plugins -> Text Editors -> TinyMCE editor -> Tiny text color/text background color settings and add a view color names and color codes for at least on of the setting "Available text colors" or "Available text background colors".
  • You may also enable the color picker for text color or background color.

If no colors are available and the color picker is disabled then the menu item and button in the TinyMCE editor will not appear. This is valid for both, the text color setting and the background color setting.

The color name can be an arbitrary string e.g. Red or Dark Green or whatever you name your color. The name can be also the "corporate name" e.g. that is used in any style guides of the corporate identity at your institution.

Version History

Current Master

  • Fix CI issue: (#1) HTML Validation info, line 10: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.

0.2.3

0.2.2

0.2.1

  • Add behat test for the admin settings page and reorganize tests.
  • Remove function str_contains to be PHP7.x compliant.
  • Change maturity of plugin to release candidate.
  • Privacy Provider was added.

0.2.0

Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • PHP 36.6%
  • Gherkin 7.7%
  • Mustache 7.2%