Skip to content

Commit

Permalink
Instala e configura plugin MapasBlame no ambiente Ref.: #2
Browse files Browse the repository at this point in the history
  • Loading branch information
LimaSystem committed May 6, 2024
1 parent 45fca1d commit abfe88c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "plugins/AdminLoginAsUser"]
path = plugins/AdminLoginAsUser
url = https://github.com/mapasculturais/plugin-AdminLoginAsUser
[submodule "plugins/MapasBlame"]
path = plugins/MapasBlame
url = https://github.com/mapasculturais/plugin-MapasBlame
8 changes: 8 additions & 0 deletions docker/common/config.d/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,13 @@
'MultipleLocalAuth',
'Analytics',
'AdminLoginAsUser',
'MapasBlame' => [
'namespace' => 'MapasBlame',
'config' => [
'request.logData.PATCH' => function ($data) {
return $data;
},
]
],
]
];
1 change: 1 addition & 0 deletions plugins/MapasBlame
Submodule MapasBlame added at 8e20a7

0 comments on commit abfe88c

Please sign in to comment.