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

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

new icon sets
remove photo set => copyright
improvements to help page

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