I added Entity reference of Customized Block in Primary Web page fields, now I wish to get Drupal Developer block ID from twig file. I attempted to make use of this:
{{components['#id']}}
it doesn’t works as a result of Drupal 8 is utilizing subject.html.twig
not block.html.twig
(I can get Drupal Developer block id in block.html.twig
utilizing {{components['#id']}}
). How you can get Drupal Developer block id in subject.html.twig
?