// 370texteditor
// Rich Text Editor preferences.

$_prefs['contextmenu'] = array(
    'value' => true,
    'locked' => false,
    'shared' => true,
    'type' => 'checkbox',
    'desc' => _("Enable right click context menu?")
);

$_prefs['tableoperations'] = array(
    'value' => false,
    'locked' => false,
    'shared' => true,
    'type' => 'checkbox',
    'desc' => _("Show table operations menu bar?")
);

$_prefs['listtype'] = array(
    'value' => true,
    'locked' => false,
    'shared' => true,
    'type' => 'checkbox',
    'desc' => _("Allow setting of ordered list type?")
);

if ($registry->hasInterface('images')) \{
    $_prefs['anselimage'] = array(
        'value' => true,
        'locked' => false,
        'shared' => true,
        'type' => 'checkbox',
        'desc' => _("Enable insertion of images from Photo Galleries in text?")
    );
\}

// End Rich Text Editor preferences.
