constant PANOPOLY_WIDGETS_FILE_EXTENSIONS_DEFAULT in Panopoly Widgets 7
Same name and namespace in other branches
- 8.2 panopoly_widgets.module \PANOPOLY_WIDGETS_FILE_EXTENSIONS_DEFAULT
 
The default list of allowed file extensions in file widgets.
3 uses of PANOPOLY_WIDGETS_FILE_EXTENSIONS_DEFAULT
- panopoly_widgets_configure_form in ./
panopoly_widgets.module  - Configuration Form for Panopoly Magic
 - panopoly_widgets_field_default_field_instances_alter in ./
panopoly_widgets.module  - Implements hook_field_default_field_instances_alter().
 - panopoly_widgets_update_7011 in ./
panopoly_widgets.install  - Update the allowed file extensions in File widgets.
 
File
- ./
panopoly_widgets.module, line 9  
Code
define('PANOPOLY_WIDGETS_FILE_EXTENSIONS_DEFAULT', 'txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp');