The private property $summary_fields is not used, and could be removed.
Loading history...
24
'Keyword',
25
'Synonym'
26
];
27
28
public function getCMSFields()
29
{
30
$fields = parent::getCMSFields();
31
32
$fields->dataFieldByName('Synonym')->setDescription(_t(__CLASS__ . '.SYNONYM', 'Create synonyms for a given keyword, add as many synonyms comma separated.'));