- Issue created by @Prachi6824
- First commit to issue fork.
Footer copyright text was not given a proper way , it was just left hard coded and it is is not the correct way of providing it.
Footer copyright text needs to be given by creating a custom setting field in theme settings.
For that you only need to create one more custom setting in theme settings.php
and then using the preprocess hook in .theme file create a variable and then finally call it in a twig file.
Created a patch for these three files .. just need to apply it within a theme.
Downport
1.3
Code