updated webform, webform_localization, profile2, term_merge, search_api_saved_pages, rules, redirect, overide_node_options
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Plugin definition for term merge synonyms behavior.
|
||||
*/
|
||||
|
||||
$plugin = array(
|
||||
'title' => t('Term merge'),
|
||||
'description' => t('Merge a term into a field of another.'),
|
||||
'interface' => 'TermMergeSynonymsBehavior',
|
||||
);
|
Reference in New Issue
Block a user