I have a view
(Drupal 8) where I load my entity reference
field (display hidden), with three fields from a Paragraph type
and a certain custom display).
The HTML markup looks like this now:
<div class="paragraph paragraph--type--par-organization-employee paragraph--view-mode--relationship-details-org-view"> <div class="field field--name-field-par-organization-reference field--type-entity-reference field--label-hidden field__item"> <a href="/node/9" hreflang="nl">Sogeti</a></div> <div class="field field--name-field-par-phone-number field--type-telephone field--label-hidden field__items"> <div class="field__item">020-55883366</div> </div> <div class="field field--name-field-par-email field--type-email field--label-hidden field__item"> <a href="mailto:test@sogeti.nl">test@sogeti.nl</a> </div> </div>
I can’t find a way how to theme the fields. I don’t get any template suggestions.