Home
last modified time | relevance | path

Searched +full:forcewysiwyg +(+path:plugin +path:prosemirror) -(+path:plugin +path:prosemirror +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/prosemirror/conf/
H A Ddefault.php8 $conf['forceWYSIWYG'] = 0;
H A Dmetadata.php8 $meta['forceWYSIWYG'] = array('onoff');
/plugin/prosemirror/action/
H A Deditor.php27 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'forceWYSIWYG');
42 public function forceWYSIWYG(Doku_Event $event, $param) function in action_plugin_prosemirror_editor
152 return $this->getConf('forceWYSIWYG') && !auth_ismanager();