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
513 B

  1. <?php
  2. /**
  3. * Options for the oembed plugin
  4. *
  5. * @author Dwayne Bent <dbb.pub0@liqd.org>
  6. * @author nik gaffney <nik@fo.am>
  7. */
  8. $meta['resolution_priority'] = array('multichoice','_choices' => array('link discovery','provider list'));
  9. $meta['enable_direct_link'] = array('onoff');
  10. $meta['enable_link_discovery'] = array('onoff');
  11. $meta['enable_provider_list'] = array('onoff');
  12. $meta['format_preference'] = array('multichoice','_choices' => array('xml','json'));
  13. $meta['fullwidth_images'] = array('onoff');