source: extensions/ThumbnailTooltip/admin/config_default.inc.php

Last change on this file was 30234, checked in by sarybe, 10 years ago

[Thumbnail_Tooltip] Bug fix for html and double quotes in name (title)

File size: 366 bytes
Line 
1<?php
2$config_default = array(
3  'display_name'        => true,
4  'value1'              => 'tn_type1',
5  'value2'              => 'tn_type8',
6  'value3'              => 'tn_type4',
7  'value4'              => 'none',
8  'value5'              => 'none',
9  'value6'              => 'none',
10  'separator'           => '1',
11  'display_author_cat'  => '1'
12);
13?>
Note: See TracBrowser for help on using the repository browser.