You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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;
|