try something different for module define
This commit is contained in:
parent
c444d3f779
commit
c47b7636ce
1 changed files with 4 additions and 4 deletions
|
@ -20,11 +20,11 @@ $this->registerModule(
|
||||||
'0.1',
|
'0.1',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.33']],
|
'requires' => [['core', '2.33']],
|
||||||
'settings' => ['blog' => '#params.' . basename(__DIR__) . '_params'],
|
'settings' => ['blog' => '#params.' . $this->id . '_params'],
|
||||||
'permissions' => 'My',
|
'permissions' => 'My',
|
||||||
'type' => 'plugin',
|
'type' => 'plugin',
|
||||||
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
|
'support' => 'https://git.dotclear.watch/JcDenis/' . $this->id . '/issues',
|
||||||
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
|
'details' => 'https://git.dotclear.watch/JcDenis/' . $this->id . '/src/branch/master/README.md',
|
||||||
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
|
'repository' => 'https://git.dotclear.watch/JcDenis/' . $this->id . '/raw/branch/master/dcstore.xml',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue