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.
 
 
 
 
 

18 lines
363 B

  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. $conf['resolution_priority'] = 'link discovery';
  9. $conf['enable_direct_link'] = 1;
  10. $conf['enable_link_discovery'] = 1;
  11. $conf['enable_provider_list'] = 1;
  12. $conf['format_preference'] = 'json';
  13. $conf['fullwidth_images'] = 1;