external repository first step
This commit is contained in:
parent
141ff33e17
commit
49042039e8
@ -113,7 +113,6 @@ class facAdmin
|
||||
'</div>' .
|
||||
'<br class="clear" />' .
|
||||
'</div>';
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -25,6 +25,10 @@ $this->registerModule(
|
||||
'type' => 'plugin',
|
||||
'dc_min' => '2.19',
|
||||
'support' => 'https://github.com/JcDenis/fac',
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/fac'
|
||||
'details' => 'https://plugins.dotaddict.org/dc2/details/fac',
|
||||
'repository' => 'https://github.com/JcDenis/fac/',
|
||||
'settings' => [
|
||||
'blog' => '#params.fac_params'
|
||||
]
|
||||
]
|
||||
);
|
13
repository.xml
Normal file
13
repository.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="fac">
|
||||
<name>Feed after content</name>
|
||||
<version>0.9.1</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Add RSS/Atom feeds after entries content</desc>
|
||||
<file>https://github.com/JcDenis/fac/archive/refs/tags/v0.9.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>https://plugins.dotaddict.org/dc2/details/fac</da:details>
|
||||
<da:section></da:section>
|
||||
<da:support>https://github.com/JcDenis/fac</da:support>
|
||||
</module>
|
||||
</modules>
|
Loading…
Reference in New Issue
Block a user