etape CT, home page, header, map, filters, theme

This commit is contained in:
2024-07-10 16:16:51 +02:00
parent 1b27b8521f
commit 5bd2fc7ee0
50 changed files with 6290 additions and 31 deletions

View File

@@ -0,0 +1,17 @@
/**
* @file
* reha behaviors.
*/
(function (Drupal) {
'use strict';
Drupal.behaviors.reha = {
attach: function (context, settings) {
console.log('It works!');
}
};
} (Drupal));