57

Отключение агрегации JS и CSS Drupal через Drush

Отключение агрегации css и JavaScript у Drupal через командную строку. disable CSS/JS aggregation:

drush -y config-set system.performance css.preprocess 0
drush -y config-set system.performance js.preprocess 0

Материалы:

https://drupal.stackexchange.com/questions/221268/how-to-disable-aggregation-from-either-drush-or-phpmyadmin/221269#221269

Ограниченный HTML

  • Допустимые HTML-теги: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Строки и абзацы переносятся автоматически.
  • Адреса веб-страниц и email-адреса преобразовываются в ссылки автоматически.
CAPTCHA