mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
[various] Remove config/addon.config.php in favor of per-addon configuration file
This commit is contained in:
parent
5b25b03ea3
commit
46d4d0b51e
29 changed files with 137 additions and 206 deletions
|
@ -29,11 +29,13 @@ the addon by adding _mathjax_ to the list in your `config/local.config.php` file
|
|||
...
|
||||
]
|
||||
|
||||
and then providing the base URL after that in the `config/addon.config.php` file
|
||||
and then providing the base URL after that in the `config/mathjax.config.php` file
|
||||
|
||||
'mathjax' => [
|
||||
'baseurl' => '[the URL to your MathJax installation]',
|
||||
],
|
||||
return [
|
||||
'mathjax' => [
|
||||
'baseurl' => '[the URL to your MathJax installation]',
|
||||
],
|
||||
];
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue