By jmev on
Using a block twig template file, I'm trying to output the value of a block field called "field_link". If I add {{ kint(content) }}, clear cache and reload the page, I then see an enormous array and see an element called ['_field_layout'], then one called ['first’], then under that, a "field_link". That sounds promising, but I don't see url data yet, so I tried then to output {{ kint(content['_field_layout']) }} to see if I could get more specific and detailed data. I cleared cache, then returned to the page, and it forces a load of the drupal installation page. I have to completely remove the kint statement and clear cache to get my page back. What could I be doing wrong?