Hello,
I created a module that performs a REST call to a server but I don't know how to make the module public therefore usable in a public page.
Currently the module only works as an administrator but I need the result of the call to be visible to everyone.
Could anyone point me to a tutorial?
Thanks for collaboration
Andrea
I have a custom block in drupal 8 which I want to render using a twig file. The twig file is in my templates folder. Is there a way to do so without using Twig Tweak module?
Hey! So I'm basically just trying to change the login form and register form labels to instead say Email address instead of Username or email address and Full Name instead of Username. Any thoughts on what I could be doing wrong? I don't see any changes at all, but I know it's being called because the form id's print.
<?php
/**
* @file
* Task 1 - only ask for email address and change username label to Full Name
*/