migration node materiau: field_location, field_samples
This commit is contained in:
@@ -41,7 +41,7 @@ class SamplesDefaultFormatter extends FormatterBase {
|
||||
// "<p style="color: #hexcolor">The color code ... #hexcolor</p>".
|
||||
// See theme_html_tag().
|
||||
'#type' => 'html_tag',
|
||||
'#tag' => 'p',
|
||||
'#tag' => 'span',
|
||||
'#value' => $this->t('@target : @location', [
|
||||
'@target' => $term->getName(),
|
||||
'@location' => $item->location
|
||||
|
Reference in New Issue
Block a user