This may be a very niche problem, but I’m hoping someone can help.
My domain is registered thru Google Domains. My D7 website is hosted on Hostmonster.
I have email for the domain configured (tested and working properly) thru Google Domains.
On my Hostmonster-hosted website, I use that email address as the site address, the contact form, etc. Everywhere I can find that requires an email address.
I'm not sure where to post this, so let it be here. I've been a Drupal developer for quite a while, but now I'm occupied with something else entirely. I have a nice domain that I always planned to use, but never actually managed to. So, if anyone wants to acquire the domain "drupal.pro" and use it better than I, please let me know.
I can´t found twig variable name for custom block description (title / label of my custom block for block--blockname.html.twig template). I can read all variables {{content.body}} {{content.filed_custom}} but no title.
When I use {{label}}, I see label of all custom blocks type, no right one block.
I see this variable in KINT, but I tested {{content.info}} {{content.info}} {{content['#block_content'].0.info}} {{content['#block_content'].info}} and see empty variable or error.