xref: /plugin/visualindex/lang/en/settings.php (revision 7f5290b8d6d83542fd5b939a9c568e40224c0ec8)
1<?php
2
3$lang['tile_width'] = 'Tile width';
4$lang['text_size']  = 'Text size';
5$lang['icon_size']  = 'Icon size';
6$lang['text_color'] = 'Text color';
7$lang['skip_file'] = 'Page IDs to skip. Use a regex. Example /(:start$|^public:newstart$)/';
8$lang['show_in_editor_menu'] = 'Show Visualindex in editor menus (classic and ProseMirror)?';
9$lang['default_image'] = 'Default image (media ID, e.g. wiki:logo.png). If empty, plugin fallback image is used.';
10$lang['use_pagesicon'] = 'Use page icon from pagesicon plugin when available?';
11