Describe your issue or idea
I often want to make text in various text areas smaller. Unfortunately Backdrop's implementation of ckeditor is lacking the ability to do so :(
From stack overflow: https://stackoverflow.com/questions/24171606/ckeditor-format-tags-and-a-...
Search for CKEDITOR.config.format_h6 in ckeditor.js and add CKEDITOR.config.format_small={element:"small"};.
open the languagefile you want (e.g. en.js) and add "tag_small":"small text". now CKEditor supports the small tag.
Steps to reproduce (if reporting a bug)
Attempt to wrap some text in the <small>
tag.
Actual behavior (if reporting a bug)
There's no <small>
tag.
Expected behavior (if reporting a bug)
A <small>
tag.
~PR by @quicksketch: https://github.com/backdrop/backdrop/pull/2102~ ~PR by @BWPanda: https://github.com/backdrop/backdrop/pull/2777~ PR by @quicksketch: https://github.com/backdrop/backdrop/pull/2799
Recent comments
It looks like the minify module is not properly processing your JS and HTML files. Have you checked the file paths and permissions to ensure they are accessible? I remember, that once I faced...
Minify
This looks like a great initiative. Keep rocking mate!
New website: FirstTimeWatching.com
I figured the space part of it out, but caption length is still limited to about 125 characters. - #CboxContent: margin-bottom expands it just enough and doesn't disrupt the counter or arrows...
Longer Captions with Colorbox?