Not a developer? Go to MovableType.com

Documentation

WYSIWYGEditor

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

    <div class="section">
        <p>Sets the blog entry and web page editor to "Rich Text" format. If left unspecified, the "Editor" default value will be used. This directive is not case sensitive.</p>
    </div>

    <div class="section">
        <h3>Examples</h3>
        <pre>WYSIWYGEditor tinymce</pre>
    </div>

    <div class="section">
        <h3>Default Value</h3>
        <p>none</p>
    </div>

</div>
Back