CKEditor Image 2 for Drupal 8

I migrated a site to Drupal 8. There was a module in Drupal 7 named CKEditor Image2 - Enhanced Image plugin with HTML5 caption support where it was possible to assign CSS classes to images within CKEditor.

Is there any module which works that way in Drupal 8? 

Best, bolshii

Remove drupal core folder from .gitignore file (good or bad idea and why?)

Hi All,

I wonder if removing drupal core folder and contrib modules from .gitignore file is a good or bad idea? If bad , why?

Reason of this question is that I'd like to find a better workflow and work with git.

Here is my situation:

I usually work in dev (full permissions + composer + drush). The live website is on a remote server (no drush, no composer).

So each time I need to change somehting, or upgrade (the worst), I need to tar the folders and DB and scp them to the production server. But it's so slooow to upload (< 1Mo/sec).

How to add multiple values on exposed filter on REST Export

Hi team

I've created a view using REST Export

I'm using an url like this to get some items that has state 356 and table bzn:

http://localhost/items?status=1&state=356&table=ZBN

And this works good, but i would like to add one or two values to table, something like this:

http://localhost/items?status=1&state=356&table=ZBN,LXX

How to connect properly a second database to my drupal site?

I wish to use a seconde database in my drupal +8.19 site.

For this I have installed the Views Database Connector.

and in my setting.php file located in: sites/default/

Need to change the type of field revision log from textfield to text_format with ful html - Workflows Content Moderation form

Hello, for workflows form "content_moderation_entity_moderation_form" there is text field for activity log https://prnt.sc/1vu5w0j I want to change that text field with text area with full html and ckeditor field.

Please guide me how can I do that.

I tried form_alter

https://prnt.sc/1vu65uq

SOLVED -- custom module routing seemingly not working

Hi, I am attempting to learn Drupal by working my way through Drupal 8: enterprise web development : harness the power of Drupal 8 to create enterprise-grade, highly scalable websites by Nick Abbott. In the chapter about creating custom modules, we are supposed to create and install a custom module whose output is routed to the page /mypage. I followed along exactly, triple-checking the code, but it doesn't work. Instead of getting the output of my module, I get a Page not found error. I checked and there are no published erata for this chapter of the book.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x