xref: /plugin/catmenu/lang/en/settings.php (revision 6983cdfd4483215ff5a1e573925c9c612964e790)
1*6983cdfdSLORTET<?php
2*6983cdfdSLORTET$lang['skip_file'] = 'Page IDs to skip. Use a regex. Example /(:start$|^public:newstart$)/';
3*6983cdfdSLORTET$lang['skip_page_without_title'] = 'Skip pages without a title?';
4*6983cdfdSLORTET$lang['show_in_editor_menu'] = 'Show CatMenu in editor menus (classic and ProseMirror)?';
5