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