WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Incorrect paths to custom template files in CKEditor #471

Closed waynedyck closed 5 years ago

waynedyck commented 5 years ago

In the wsdot_classic theme, the source path for the config.templates_files variable in the ckeditor.config.js file is incorrect. The path is still set to sites/all/themes/ when it should be sites/default/themes

The theme path and configuration was updated when the codebase was updated to accommodate the Intranet installation.