1<?php
2/**
3 * english language file for prosemirror plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['forceWYSIWYG'] = 'Force the WYSIWYG editor for all users except managers and admins';
10