Issue #3002872 Support to add styles and scripts in head tag
This commit is contained in:
3
header_and_footer_scripts.install
Normal file → Executable file
3
header_and_footer_scripts.install
Normal file → Executable 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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user