Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idref
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
idref
Commits
2c432d45
Commit
2c432d45
authored
Dec 8, 2023
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[FIX] Config : inclusion des ressources js et css requises"
This reverts commit
cc69a4f5
.
parent
cc69a4f5
Branches
Branches containing commit
Tags
6.2.2
Tags containing commit
No related merge requests found
Pipeline
#25192
passed
Dec 8, 2023
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/module.config.php
+0
-23
0 additions, 23 deletions
config/module.config.php
with
0 additions
and
23 deletions
config/module.config.php
+
0
−
23
View file @
2c432d45
...
...
@@ -76,27 +76,4 @@ return [
__DIR__
.
'/../view'
,
],
],
/**
* NB : Lors d'un `composer install` fait par une appli requérant ce module, le répertoire
* `public/unicaen` de ce module doit être copié dans le répertoire "public/" de l'appli en question grâce
* à la "post install command" suivante :
*
* "scripts": {
* "post-install-cmd": [
* "mkdir -p public/unicaen ; cp -r vendor/unicaen/db-import/public/unicaen public/"
*
* Les chemins ci-dessous sont donc relatifs au dossier racine de l'appli.
*/
'public_files'
=>
[
'head_scripts'
=>
[
'970_unicaen_idref'
=>
"/unicaen/idref/js/subModal.js"
,
'971_unicaen_idref'
=>
"/unicaen/idref/js/formulaire.js"
,
'972_unicaen_idref'
=>
"/unicaen/idref/js/trigger.js"
,
],
'stylesheets'
=>
[
'070_unicaen_idref'
=>
"/unicaen/idref/css/subModal.css"
,
'071_unicaen_idref'
=>
"/unicaen/idref/css/trigger.css"
,
],
],
];
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment