Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
iberculturaviva
iberculturaviva-mapas
Commits
b0484b0d
Commit
b0484b0d
authored
Nov 10, 2021
by
erleibiazzio
Browse files
Instala plugin LocationPatch
parent
478fc513
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+9
-1
No files found.
compose/common/config.d/plugins.php
View file @
b0484b0d
...
...
@@ -5,7 +5,15 @@ return [
'EvaluationMethodTechnical'
=>
[
'namespace'
=>
'EvaluationMethodTechnical'
],
'EvaluationMethodSimple'
=>
[
'namespace'
=>
'EvaluationMethodSimple'
],
'EvaluationMethodDocumentary'
=>
[
'namespace'
=>
'EvaluationMethodDocumentary'
],
'MultipleLocalAuth'
=>
[
'namespace'
=>
'MultipleLocalAuth'
]
'MultipleLocalAuth'
=>
[
'namespace'
=>
'MultipleLocalAuth'
],
"LocationPatch"
=>
[
"namespace"
=>
"LocationPatch"
,
"config"
=>
[
"enable"
=>
env
(
"LOCATION_PATCH_ENABLE"
,
true
),
"cutoff"
=>
env
(
"LOCATION_PATCH_CUTOFF"
,
"19800101000001"
),
],
],
]
];
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment