📄️ Customize the theme
The theme style is written in a SMACSS-inspired approach and is very modular. According to this architecture we have added a local css file for each CSS category that overrides the corresponding category CSS rules.
📄️ Customize the color scheme
You can make changes to the colors of the website to make it unique and more personalized.
📄️ Host Google fonts locally
The guide provides step-by-step instructions for hosting Google fonts on your own web server. The steps below refer to the Base+ theme and the PT Serif font, as an example, but they can be applied to any other font loaded in our theme distributions.
📄️ Create new instances (clones) of existing blocks and assign them to regions
Drupal 10 comes by default with a feature that allows you to create new instances of existing blocks and assign those in the theme regions.
📄️ Allow blocks to be referenced through custom block type fields
In order to be able to reference and display a block though a custom block reference field you should first assign it to a region. We have created the “Hidden blocks collection” region exactly for this reason.
📄️ Add a new Album node
1. Select "Add Content" and click on the corresponding option
📄️ Change PWA application name.
Edit the manifest.json file, located in sites/default/files/pwa and change the “name” and the “sort_name” values according to your needs.
📄️ Implement One signal push notifications.
Read more here.