diff options
author | raeno <just.raeno@gmail.com> | 2018-12-12 22:37:00 +0300 |
---|---|---|
committer | raeno <just.raeno@gmail.com> | 2018-12-13 22:17:53 +0100 |
commit | d903e34cacd18157a2a60e7b112eb05af2766266 (patch) | |
tree | 64107db58462f16836a78e0349b664b4decb61e8 /config | |
parent | 8902942128e3aee814c215d700e2eaee21b491e9 (diff) | |
download | pleroma-d903e34cacd18157a2a60e7b112eb05af2766266.tar.gz pleroma-d903e34cacd18157a2a60e7b112eb05af2766266.zip |
Add opengraph/twitter_card:summary support. Add config to toggle on/off specific metadata
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 1401b0a3d..ad4b79f54 100644 --- a/config/config.exs +++ b/config/config.exs @@ -171,6 +171,10 @@ config :pleroma, :gopher, ip: {0, 0, 0, 0}, port: 9999 +config :pleroma, :metadata, + oembed: false, + opengraph: true + config :pleroma, :suggestions, enabled: false, third_party_engine: |