1<?php 2 3/** 4 * Options for the prosemirror plugin 5 * 6 * @author Andreas Gohr <gohr@cosmocode.de> 7 */ 8 9$meta['forceWYSIWYG'] = array('onoff'); 10