Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mapas
MapasBR - PA
Commits
27ce6259
Commit
27ce6259
authored
4 years ago
by
Rafael Chaves Freitas
Browse files
Options
Download
Email Patches
Plain Diff
remove plugin de exemplo e adiciona habilita plugin da Aldir Blanc
parent
9d27a0be
master
aldirredir
develop
20.52.2
2.6.7
1.1.0
v20.58.2
v20.58.1
v20.58.0
v20.57.0
v20.56.0
v20.55.0
v20.54.0
v20.53.0
v20.52.4
v20.52.3
v20.52.1
v20.52.0
v20.51.0
v20.50.7
v20.50.6
v20.50.5
v20.50.4
v20.50.3
v20.50.2
v2.64.0
v2.63.0
v2.62.0
v2.61.1
v2.61.0
v2.60.0
v2.59.1
v2.59.0
v2.58.2
v2.50.1
v2.50.0
v2.49.1
v2.49.0
v2.48.2
v2.48.1
v2.48.0
v2.47.2
v2.47.1
v2.47.0
v2.46.2
v2.46.1
v2.46.0
v2.45.2
v2.45.1
v2.45.0
v2.44.11
v2.44.10
v2.44.9
v2.44.8
v2.44.7
v2.44.6
v2.44.5
v2.44.4
v2.44.3
v2.44.2
v2.44.1
v2.44.0
v2.43.0
v2.42.0
v2.41.1
v2.41.0
v2.40.4
v2.40.3
v2.40.2
v2.40.1
v2.40.0
v2.39.3
v2.39.2
v2.39.1
v2.39.0
v2.38.5
v2.38.4
v2.38.3
v2.38.2
v2.38.1
v2.38.0
v2.37.2
v2.37.1
v2.37.0
v2.36.0
v2.35.2
v2.35.1
v2.35.0
v2.34.3
v2.34.2
v2.34.1
v2.34.0
v2.33.0
v2.32.0
v2.31.0
v2.30.1
v2.30.0
v2.29.1
v2.29.0
v2.28.3
v2.28.2
v2.28.1
v2.28.0
v2.27.0
v2.26.0
v2.25.0
v2.24.2
v2.24.1
v2.24.0
v2.23.5
v2.23.4
v2.23.3
v2.23.2
v2.23.1
v2.23.0
v2.22.0
v2.21.1
v2.21.0
v2.20.1
v2.20.0
v2.19.1
v2.19.0
v2.18.4
v2.18.3
v2.18.2
v2.18.1
v2.18.0
v2.17.3
v2.17.2
v2.17.1
v2.17.0
v2.16.2
v2.16.1
v2.16.0
v2.15.6
v2.15.5
v2.15.4
v2.15.3
v2.15.2
v2.15.1
v2.15.0
v2.14.0
v2.13.1
v2.13.0
v2.12.1
v2.12.0
v2.11.0
v2.10.0
v2.9.2
v2.9.1
v2.9.0
v2.8.0
v2.7.0
v2.6.10
v2.6.9
v2.6.8
v2.6.7
v2.6.6
v2.6.5
v2.6.4
v2.6.3
v2.6.2
v2.6.1
v2.6.0
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
v2.4.11
v2.4.10
v2.4.9
v2.4.8
v2.4.7
v2.4.6
v2.4.5
v2.4.4
v2.4.3
v2.4.2
v2.4.1
v2.4.0
v2.3.1
v2.3.0
v2.2.0
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.0.0
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
No related merge requests found
Pipeline
#9408
failed with stages
in 33 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
16 deletions
+1
-16
compose/common/config.d/plugins.php
compose/common/config.d/plugins.php
+1
-1
plugins/SamplePlugin/Plugin.php
plugins/SamplePlugin/Plugin.php
+0
-15
No files found.
compose/common/config.d/plugins.php
View file @
27ce6259
...
...
@@ -7,6 +7,6 @@ return [
'EvaluationMethodDocumentary'
=>
[
'namespace'
=>
'EvaluationMethodDocumentary'
],
'MultipleLocalAuth'
=>
[
'namespace'
=>
'MultipleLocalAuth'
],
'
SamplePlugin
'
=>
[
'namespace'
=>
'
SamplePlugin
'
],
'
AldirBlanc
'
=>
[
'namespace'
=>
'
AldirBlanc
'
],
]
];
This diff is collapsed.
Click to expand it.
plugins/SamplePlugin/Plugin.php
deleted
100644 → 0
View file @
9d27a0be
<?php
namespace
SamplePlugin
;
class
Plugin
extends
\
MapasCulturais\Plugin
{
public
function
_init
()
{
// enqueue scripts and styles
// add hooks
}
public
function
register
()
{
// register metadata, taxonomies
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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