mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Linkword preferences added. Limit per word and custom css options.
This commit is contained in:
@@ -102,6 +102,8 @@
|
||||
'lw_ajax_enable' => array('title'=> LWLAN_59, 'type'=>'boolean', 'data' => 'string','help'=>''),
|
||||
'lw_notsamepage' => array('title'=> LWLAN_64, 'type'=>'boolean', 'data' => 'string','help'=>LWLAN_65),
|
||||
'linkword_omit_pages' => array('title'=> LWLAN_28, 'type'=>'textarea', 'data' => 'string','help'=>''),
|
||||
'lw_max_per_word' => array('title'=> "Maximum links/tips per word", 'type'=>'number', 'data' => 'string','help'=>'If the same word is found multiple times in a piece of text.'),
|
||||
'lw_custom_class' => array('title'=> "Custom CSS Class", 'type'=>'text', 'writeParms'=>array('placeholder'=> LAN_OPTIONAL ), 'data' => 'string','help'=>'Will add this class to all generated links.'),
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user