1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +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).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/plugin.php,v $
| $Revision: 1.2 $
| $Date: 2007-02-07 21:48:26 $
| $Revision: 1.3 $
| $Date: 2007-07-28 16:47:55 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -60,6 +60,8 @@ $eplug_prefs = array(
'summary' => TRUE,
'body' => TRUE,
'description' => TRUE,
'user_title' => FALSE,
'user_body' => TRUE,
'linktext' => FALSE,
'rawtext' => FALSE
)