Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I would like some help in understanding where to override CKEditor configuration in Drupal 8.x so that the fonticon tags () are not stripped out.
Reading online, I can see there is a setting CKEDITOR.dtd.$removeEmpty.i = 0; (https://www.drupal.org/node/2385795) which can be applied but not sure where and how the file should be applied. With Drupal 7 there is an option to add a config.js file.
I think my cache in the database grows up abnormally fast. (Drupal 8), particularly the cache_render table.
For each page visited and cached, it take between 0.2 to 1 more Mo... but the most of time the only different thing is the node's data, and his content is about like 4 / 5 line.
Firstly, is 250Mo for about 500 small cached page is ok, and secondly, is there a way to track what is apenning durring the cache process?
When installing, I get "failed to connect to the server. The server reported the following message: ." What does the period mean? That's the entire message. How do I fix this? I've been trying for 2 days to get past this and I can't. Any help would be greatly appreciated.
I try to use "DrupalDateTime" Class in my theme to show native date and time in custom format based on special TimeZone in nodes.
According to this article: New Datetime API