They are a family of viruses known for containing strains that cause potentially deadly diseases in mammals and birds. In humans they’re typically spread via airborne droplets of fluid produced by infected individuals. Some rare but notable strains, including Wuhan coronavirus (2019-nCoV), and those responsible for severe acute respiratory syndrome (SARS) and Middle East respiratory syndrome Continue Reading
Drupal 8 – How to add a region to a theme
1. Firstly locate and edit your theme’s .info.yml file Let’s call our region “My Custom Region” and declare it in our THEMENAME.info.yml file. Each region is declared as a subkey of the regions element as you can see below: 2. Edit your theme’s page.html.twig file to add the following where it suits you When you declare a Continue Reading
Stripe integration to Drupal 8
Instructions and guidelines to stripe module integration to existing drupal site. First you will need to download and install stripe to your drupal website either manually or by composer : composer require “drupal/stripe” Manual download : https://www.drupal.org/project/stripeDon’t forget to enable to module. Then navigate to the module settings page to enter your stripe account details Continue Reading