xref: /plugin/visualindex/conf/default.php (revision 7f5290b8d6d83542fd5b939a9c568e40224c0ec8)
13c9c7f3bSLORTET<?php
23c9c7f3bSLORTET/**
33c9c7f3bSLORTET * Configuration par défaut du plugin
43c9c7f3bSLORTET
53c9c7f3bSLORTET */
63c9c7f3bSLORTET
7*7f5290b8SLORTET$conf['tile_width'] = '108px';
8*7f5290b8SLORTET$conf['icon_size']  = '55px';
9*7f5290b8SLORTET$conf['text_size']  = '1.1em';
10*7f5290b8SLORTET$conf['text_color'] = '#000000';
113c9c7f3bSLORTET$conf['skip_file']     = '';
123c9c7f3bSLORTET$conf['show_in_editor_menu'] = true;
133c9c7f3bSLORTET$conf['use_pagesicon'] = true;
143c9c7f3bSLORTET$conf['default_image'] = '';
153c9c7f3bSLORTET//$conf['id_image_erreur'] = 'page_not_found.png';
163c9c7f3bSLORTET
173c9c7f3bSLORTET
18