source: extensions/Media_Icon/config_default.inc.php @ 19373

Last change on this file since 19373 was 19353, checked in by julien1311, 11 years ago

Begin of work on 2.4.d => admin

  • Property svn:eol-style set to LF
File size: 434 bytes
Line 
1<?php
2
3$config_default_general = array(
4        'style' => 'logo',
5        'support' => array(
6                'youtube' => 1,
7                'vimeo' => 1,
8                'dailymotion' => 1,
9                'wideo' => 1,
10                'wat' => 1,
11                'video' => 1,
12                'music' => 1,
13                'pdf' => 1,
14                'document' => 1,
15                'spreadsheet' => 1,
16                'presentation' => 1,
17        ),
18);
19$config_default_advanced = array(
20        'position' => 'bottomright',
21        'xposition' => 'right: 5px',
22        'yposition' => 'bottom: 5px',
23        'opacity' => 100,
24);
25
26?>
Note: See TracBrowser for help on using the repository browser.