mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
[mathjax] Add addon config
- Update mentions of .htconfig.php
This commit is contained in:
parent
8220a78a71
commit
88278dbe19
3 changed files with 27 additions and 6 deletions
12
mathjax/config/mathjax.ini.php
Normal file
12
mathjax/config/mathjax.ini.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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
|
||||
|
||||
[mathjax]
|
||||
; baseurl (String)
|
||||
; The URL to your MathJax installation
|
||||
baseurl =
|
||||
|
||||
INI;
|
||||
//Keep this line
|
Loading…
Add table
Add a link
Reference in a new issue