Issue #3002872 Support to add styles and scripts in head tag

This commit is contained in:
samiahmedsiddiqui
2018-10-08 14:46:54 +05:00
parent 7b233ff0af
commit eac6f1730f
12 changed files with 233 additions and 1 deletions
+3
View File
@@ -15,4 +15,7 @@ function header_and_footer_scripts_uninstall() {
\Drupal::service('config.factory')
->getEditable('hfs_footer_scripts.settings')
->delete();
\Drupal::service('config.factory')
->getEditable('hfs_header_scripts.settings')
->delete();
}