Search code examples
drupaltwigdrupal-8drupal-theming

how to use fields from custom block in drupal 8


Im new to drupal 8. This is my first time building a site so please help. I have created a custom block type by going to structure/block layout/ types/ add custom block type - 'Feature Boxes'. This block type has 4 fields for the 4 dif images, and 4 fields for the 4 dif links. How can i use the data from each field in my page--front.html.twig file.


Solution

  • Use this module: Twig Tweak

    Examples can be found here:

    I'm not familiar with adding fields to blocks.