Erik Stielstra
Erik Stielstra
I ran into this error: "Uncaught ReferenceError: fotoramaVersion is not defined" at this line: `fotoramaVersion = '4.6.3';` This change should change that into: `var fotoramaVersion = '4.6.3';`
There are situations when a developer does not want to download and import interface translation files while enabling a module. For example: * When enabling large number of modules *...
Athough technically the web root can have any value, the trailing slash confused me when I used drupal-project and compared it with the documentation of core-composer-scaffold. In the code implementation...