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
I don't think, you got it right, yet. To select where the attachment is displayed, you set that in the attachment's setting. Remove all area embed stuff. That are two different...
have a view show contents in table and leaflet format simultaneously.
that was it! I have to get used that I have to explicitly select where it says "all views" and select "this attachement" instead; not only for the format but also for the footer....
have a view show contents in table and leaflet format simultaneously.
thanks! this worked for me, I'll try to list it easily for anyone to follow. Add an attachment type above, where it says "Displays" Change its format but...
have a view show contents in table and leaflet format simultaneously.