print block field in a node template
Hi all, in a node template I can print a block like this:
{{ drupal_entity('block_content', '25') }}
But can I print just one field of the block rather than the entire block?
[link] [comments]
Hi all, in a node template I can print a block like this:
{{ drupal_entity('block_content', '25') }}
But can I print just one field of the block rather than the entire block?