This is basically the respective issue for what is being worked on for D8 core here: https://www.drupal.org/project/drupal/issues/2061377
This is part of #1087 and #378, and related to #2841
Original issue summary
It would be great to be able to use image styles within CKEditor so that users could get consistent image sizes/styles within their content.
This is a follow-up from #2010 and #2630 where @Dinornis commented:
Maybe the image sizing can be replaced with the option of selecting an Image style predefined in
/admin/config/media/image-styles
?
Recent comments
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
How to include other files in module?
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside. The YouTube module gives an example: <?php /** * @file * Youtube field module adds...
How to include other files in module?
On D7 project we are using openid_connect. We need to have similar functionality for Backdrop CMS, sooner rather than later.
OpenID?