I don't know method to add Numbering to Book Page contents or Book child pages as below. Can you please let me know how I can add numbers to book contents or to child pages in book view as below in Drupal 8.
Actually, I am not getting numbers for book contents in Drupal 8 after creating book and adding contents to it. Please provide how to do steps for above query. And below is the new book view without numbers in drupal 8.
I'm learning hooks and I need to put a check on the start page.
I want anonymous users to be redirected to the login page and redirected to the home page after logging in.
Only authenticated users must see the home page
I have tried both with hook_form_alter () and with hook_user_login (). I have been reading various codes for several days and doing various tests but I cannot understand where I am wrong
The version of Drupal is 8.8.5
Every time I use composure and add a Module for example, all of the file permission are changed to 664. I have to then use Terminal to change them all back to 644.
Does this happen to anyone else?
I've found that I'm having to run chmod u+w web/sites/default every time.
Since D8.8.4 I have an 403 Access denied for anonymous user on all the front pages (I use domain so there is several domain with same issue). But all the other pages with the right URL can be seen e.g. /user/login .
I tried to remove Content Access, same issue. I cleared all the caches, still no access…