thenewguy
thenewguy
Or this link maybe: http://coffeescript.org/#try:%23%20%20%20%20Formatting%20plugin%20for%20Hallo%0A%23%20%20%20%20(c)%202011%20Henri%20Bergius%2C%20IKS%20Consortium%0A%23%20%20%20%20Hallo%20may%20be%20freely%20distributed%20under%20the%20MIT%20license%0A((jQuery)%20-%3E%0A%20%20jQuery.widget%20%22IKS.halloformat%22%2C%0A%20%20%20%20boldElement%3A%20null%0A%0A%20%20%20%20options%3A%0A%20%20%20%20%20%20uuid%3A%20''%0A%20%20%20%20%20%20editable%3A%20null%0A%0A%20%20%20%20_create%3A%20-%3E%0A%20%20%20%20%20%20%23%20Add%20any%20actions%20you%20want%20to%20run%20on%20plugin%20initialization%0A%20%20%20%20%20%20%23%20here%0A%0A%20%20%20%20populateToolbar%3A%20(toolbar)%20-%3E%0A%20%20%20%20%20%20%23%20Create%20an%20element%20for%20holding%20the%20button%0A%20%20%20%20%20%20%40boldElement%20%3D%20jQuery%20'%3Cspan%3E%3C%2Fspan%3E'%0A%0A%20%20%20%20%20%20%23%20Use%20Hallo%20Button%0A%20%20%20%20%20%20%40boldElement.hallobutton%0A%20%20%20%20%20%20%20%20uuid%3A%20%40options.uuid%0A%20%20%20%20%20%20%20%20editable%3A%20%40options.editable%0A%20%20%20%20%20%20%20%20label%3A%20'Bold'%0A%20%20%20%20%20%20%20%20%23%20Icons%20come%20from%20Font%20Awesome%0A%20%20%20%20%20%20%20%20icon%3A%20'icon-bold'%0A%20%20%20%20%20%20%20%20%23%20Commands%20are%20used%20for%20execCommand%20and%20queryCommandState%0A%20%20%20%20%20%20%20%20command%3A%20'bold'%0A%0A%20%20%20%20%20%20%23%20Append%20the%20button%20to%20toolbar%0A%20%20%20%20%20%20toolbar.append%20%40boldElement%0A%0A%20%20%20%20cleanupContentClone%3A%20(element)%20-%3E%0A%20%20%20%20%20%20%23%20Perform%20content%20clean-ups%20before%20HTML%20is%20sent%20out%0A%0A)(jQuery)
It would be nice if there was an option with the widget to select fill or fit. Some images would be better if they were shown without cropping. If the...
@vsalvino Good morning Vince. Not sure what all you want along with this. But these blocks let me customize appropriately
Any chance for merging this? It just adds some blocks that makes customization easier
@vsalvino breadcrumbs was just an example that would be possible if there were mote template blocks to customize the output on a per site basis. I think they should be...
It would be up to the editors to add the tags for "custom" css. They would be addable from the snippet model. Like this: https://docs.wagtail.io/en/v2.11.1/reference/pages/model_recipes.html?highlight=tag#disabling-free-tagging What I meant for the...
I agree it would be nice to have some clicky options for common things on certain blocks - like centered text - but the custom css classes is pretty powerful....
How would you detect these spammers? It would not be unexpected for someone to come to your "Contact Us" page directly from Google. Perhaps you should look at adding a...
It sounds like you've got it figured out. Best of luck 👍
It would really be cool if the SASS variables were exposed somehow in the dashboard and you could "visually" modify the theme. Perhaps using a inheritance approach where the theme...