changed admin theme

This commit is contained in:
2023-11-27 16:52:33 +01:00
parent 1b58580cb0
commit 42ae47b87f
19 changed files with 589 additions and 32 deletions
+17
View File
@@ -0,0 +1,17 @@
/**
* @file
* figlimal behaviors.
*/
(function (Drupal) {
'use strict';
Drupal.behaviors.figlimal = {
attach: function (context, settings) {
console.log('It works!');
}
};
} (Drupal));