1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 15:16:30 +02:00

Set other options in plugin.php as well

This commit is contained in:
e107steved
2007-07-28 16:48:01 +00:00
parent c74d3b4913
commit b63785bb9a

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/plugin.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/plugin.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2007-02-07 21:48:26 $ | $Date: 2007-07-28 16:47:55 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -60,6 +60,8 @@ $eplug_prefs = array(
'summary' => TRUE, 'summary' => TRUE,
'body' => TRUE, 'body' => TRUE,
'description' => TRUE, 'description' => TRUE,
'user_title' => FALSE,
'user_body' => TRUE,
'linktext' => FALSE, 'linktext' => FALSE,
'rawtext' => FALSE 'rawtext' => FALSE
) )