diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9df0966e704..7c9fa5d5836 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2245,4 +2245,11 @@ $CONFIG = [ * Defaults to ``true`` */ 'bulkupload.enabled' => true, + +/** + * Enables fetching open graph metadata from remote urls + * + * Defaults to ``true`` + */ +'reference_opengraph' => true, ]; |