Changeset 52345 in spip-zone
- Timestamp:
- Oct 3, 2011, 7:49:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/plugins_seenthis/autoembed/stubs.php
r51864 r52345 1176 1176 'title' => 'PDF file', 1177 1177 'website' => '', 1178 'url-match' => '(.*\.( pdf|doc|docx|xls|xlsx|ppt|pptx|pages|ai|psd|tiff|dxf|eps|ps))$',1179 'embed-width' => '480', 1180 'embed-height' => ' 520',1178 'url-match' => '(.*\.(xls|xlsx|ppt|pptx|pages|ai|psd|tiff|dxf|eps|ps))$', // pdf|doc|docx dsactivs 1179 'embed-width' => '480', 1180 'embed-height' => '400', 1181 1181 'iframe-player' => 'http://docs.google.com/gview?url=$2&embedded=true', 1182 1182 ),
Note: See TracChangeset
for help on using the changeset viewer.