1<?php
2/**
3 * Default settings for the oembed plugin
4 *
5 * @author Dwayne Bent <dbb.pub0@liqd.org>
6 * @author nik gaffney <nik@fo.am>
7 */
8
9$conf['resolution_priority'] = 'link discovery';
10
11$conf['enable_direct_link'] = 1;
12$conf['enable_link_discovery'] = 1;
13$conf['enable_provider_list']  = 1;
14
15$conf['format_preference'] = 'json';
16
17$conf['fullwidth_images'] = 1;
18