I've created a custom block type and stuck it in a module, works fine.
In layout builder when adding this block I have to click Create Custom Block and there it is in the list and that works.
I with to add it to the first screen that pops up when adding blocks.
The following code "almost" works. when taking the inline block at the bottom away I see the Scott category and the block but the link doesn't work because it needs inline block in the url. I put inline block at the bottom again and I don't see the link anywhere.
I am trying to find solution how to hide check box in "EDIT content" but I need create revision.
My users have to edit content, but I need to know what they did. If I hide "checkBox" where is "create new revision" then no revision was created.
I tried "hide revision module" but if user did not see this "checkbox choice" then new revision was not created.
I tried last drupal version 9.1.5 - no luck. Version 8.2 and older is not working on my machine. I found some topic with this problem but without solved.