aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-12-21 11:56:24 +0000
committerrinpatch <rinpatch@sdf.org>2019-12-21 11:56:24 +0000
commitc51e93978ea2aa0f2d5bcc43bf7c925b2590eece (patch)
treea914a0129fcd6e42c2317254cec7411ec5045696 /docs/configuration/cheatsheet.md
parent7447c80e33a7d54c3d9f03f5c0be3fb738f1318b (diff)
parentb9a87b1baa0650bfb4b699054304daae585a0e9a (diff)
downloadpleroma-c51e93978ea2aa0f2d5bcc43bf7c925b2590eece.tar.gz
Merge branch 'feature/custom-runtime-modules' into 'develop'
Add support for custom modules at runtime Closes #1448 See merge request pleroma/pleroma!2039
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index ce2a14210..a214b6e2f 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -836,3 +836,7 @@ config :auto_linker,
rel: "ugc"
]
```
+
+## Custom Runtime Modules (`:modules`)
+
+* `runtime_dir`: A path to custom Elixir modules (such as MRF policies).