From 0a5c9be1e42b6a8a3193e30afb247228243e60d7 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:55:23 +0100 Subject: [PATCH] documented howto debug templates --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b705f81..ad44a00 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,11 @@ localhost: go to the server, inside the theme directory `git fetch --all` and then `git checkout main` and finally `git pull` +## Drupal enable debug mode +This way we can check the html source code and see where the files are generated. +edit `/var/www/html/sites/default/services.yml` set option `debug: true` and go into drupal admin *configuration* -> *development* -> *performance* and **clear all caches** +the url is https://MYWEBSITE.COM/admin/config/development/performance ---