はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
/**
* Default settings for the oembed plugin
*
* @author Dwayne Bent <dbb.pub0@liqd.org>
* @author nik gaffney <nik@fo.am>
*/
$conf['resolution_priority'] = 'link discovery';
$conf['enable_direct_link'] = 1;
$conf['enable_link_discovery'] = 1;
$conf['enable_provider_list'] = 1;
$conf['format_preference'] = 'json';
$conf['fullwidth_images'] = 1;