cleaned config

This commit is contained in:
2021-08-03 23:36:23 +02:00
parent 063d395bbf
commit 211fb965ee
31 changed files with 36 additions and 73 deletions

View File

@@ -59,7 +59,7 @@ class SamplesDefaultFormatter extends FormatterBase {
'#tag' => 'span',
'#value' => $this->t('@target : @location', [
'@target' => "Bug no term available",
'@location' => $item->location
'@location' => 'bug' //$item->location
]
),
];