はじまりの大地
This commit is contained in:
@@ -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;
|
||||
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* Options for the oembed plugin
|
||||
*
|
||||
* @author Dwayne Bent <dbb.pub0@liqd.org>
|
||||
* @author nik gaffney <nik@fo.am>
|
||||
*/
|
||||
|
||||
$meta['resolution_priority'] = array('multichoice','_choices' => array('link discovery','provider list'));
|
||||
|
||||
$meta['enable_direct_link'] = array('onoff');
|
||||
$meta['enable_link_discovery'] = array('onoff');
|
||||
$meta['enable_provider_list'] = array('onoff');
|
||||
|
||||
$meta['format_preference'] = array('multichoice','_choices' => array('xml','json'));
|
||||
|
||||
$meta['fullwidth_images'] = array('onoff');
|
||||
Reference in New Issue
Block a user