I feel suddenly dumb... I've not gone through with this today: get the URI of an image field of a custom block.
The documentation and the stackoverflow issues talk about content.field_id.entity.uri to get the URI of an image field.
Sounds stupid, right? But how do you do to get the URI for an image field ? Because in my case, D 8.2, there is not any URI (I use kint, plus Devel). I'd like to use file_url() to render the field as a background.
Hi everyone,
I'm writing because i need help about field group module on bootstrap theme.
I'm using:
drupal 8.2.4
bootstrap 8.x-3.1
field group 8.x-1.0-rc6
I have created some tabs (Direction: horizontal) with Field group module but it turns out looking like the accordion.
If I switch back to the default theme Bartik, the tabs works correctly.
Drupal 8, Picture Reloaded theme (based on Adaptive Theme), test site . I would like to move the taxonomy tag link, which currently is under the page title, to just above the footer.
The taxonomy tag is not rendered via any block, neither can it's position be set through any admin settings. Will I have to delve into advanced theming procedures in order to implement this?