mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Move addon-specific config to config/addon.ini.php
This commit is contained in:
parent
7ee6c3a20c
commit
6c443aeaf0
28 changed files with 30 additions and 30 deletions
|
@ -21,12 +21,12 @@ In case you want to use the CDN you can try the following URL as a quick start
|
|||
http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
|
||||
|
||||
In case you don't want or can use the admin panel of Friendica you can activate
|
||||
the addon by adding _mathjax_ to the
|
||||
the addon by adding _mathjax_ to the list in your config/local.ini.php file
|
||||
|
||||
[system]
|
||||
addon = ...,mathjax
|
||||
|
||||
list in your config/local.ini.php file and then providing the base URL after that
|
||||
and then providing the base URL after that in the config/addon.ini.php file
|
||||
|
||||
[mathjax]
|
||||
baseurl = [the URL to your MathJax installation];
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php return <<<INI
|
||||
|
||||
; Warning: Don't change this file! It only holds the default config values for this addon.
|
||||
; Instead overwrite these config values in config/local.ini.php in your Friendica directory
|
||||
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
||||
|
||||
[mathjax]
|
||||
; baseurl (String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue