Flag list for users

I want to use the module flag and have questions. I need a user to mark a node and get notifications (email) about changes of this node. Also I need a list for every user on his profile page, which gives him an overview of the nodes he marked. Is this possible?

Reducing the Size of my Drupal System

Hello,

I have done quite a bit of "googling" lately - with the goal of diminishing the size of my Drupal site. It is actually a small site (Drupal 8.9.13, migrating to D9 as soon as feasible)  but - being share-hosted - it makes sense to make it smaller for obvious reasons. I am concentrating on two strategies:

How to hide the modal automatically ?

I have Drupal with Bootstrap 4 theme. I want to hide the modal when I click on a link or on a form-submit in the modal. How to hide the modal automatically ?

Moving a file outside of the public directory

Hi there,

There's a contrib module I'm using that creates a file in the public directory every time cron runs and I'm thinking of making a module that moves this file out of the webroot into a folder on my server.  The way I envision it working is to use the hook_cron to execute a bash script on my server, which then moves it to the desired folder. 

Add a Form to the Block Configuration for a drupal Block in Gutenberg

Hello!

Context:

I took the Gutenberg example Block and I put it in my custom module, so I have \modules\custom\my_module\my_module_blocks.

In my_module_blocks i have a yml file my_module_blocks.info.yml, and I installed My Block in Extensions.

So my question is:

I'm in Gutenberg, I add the block my_module to my page, and at the right of the page, on the side bar, there is a Block Tab.

How to add title to links from field_tags entity reference field

I want to change

<div class="field--item"><a href="/automotive/bmw-ix" rel="dc:subject" hreflang="en">BMW iX</a></div>

to

<div class="field--item"><a href="/automotive/bmw-ix" title="BMW iX" rel="dc:subject" hreflang="en">BMW iX</a></div>

the closest to this I find:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x