carlcs

Results 23 comments of carlcs

Craft 2.5 fires an onPerformAction event on bulk actions https://craftcms.com/docs/plugins/events-reference#elements-onPerformAction

First of all, thanks @tony-sull and @natemoo-re for considering this change. The PR looks great, I’m really looking forward to the merge! @rndexe I’m pretty sure once this is implemented...

At least for image specific styles (e.g. `object-fit`) you’ve got to apply them on the `img` element. So if you are relying on those you’ve got to use the ``...

@rndexe I was thinking too much in the Tailwind way of applying classes directly to the elements. Which in case of the child `img` element isn’t possible right now when...

@khalwat DataTables allows to set a `data-order` attribute. https://datatables.net/manual/data/orthogonal-data#HTML-5

Yes! I’m looking to release at least a beta in the next weeks.

For all the Craft folks following this issue: the Craft Twig package supports `CMD` + `/` Twig comment toggling. https://github.com/fruitstudios/Craft-Twig

I decided to not make a Craft 3 version of the plugin. The reason for this is that more than 95% of the code would be for the UI to...

The `module.inline.clearformat` API is clearing attributes of “inline” tags only. And you’ve got `div` tags it looks like?