I wonder if removing drupal core folder and contrib modules from .gitignore file is a good or bad idea? If bad , why?
Reason of this question is that I'd like to find a better workflow and work with git.
Here is my situation:
I usually work in dev (full permissions + composer + drush). The live website is on a remote server (no drush, no composer).
So each time I need to change somehting, or upgrade (the worst), I need to tar the folders and DB and scp them to the production server. But it's so slooow to upload (< 1Mo/sec).
Hello, for workflows form "content_moderation_entity_moderation_form" there is text field for activity log https://prnt.sc/1vu5w0j I want to change that text field with text area with full html and ckeditor field.
Hi, I am attempting to learn Drupal by working my way through Drupal 8: enterprise web development : harness the power of Drupal 8 to create enterprise-grade, highly scalable websites by Nick Abbott. In the chapter about creating custom modules, we are supposed to create and install a custom module whose output is routed to the page /mypage. I followed along exactly, triple-checking the code, but it doesn't work. Instead of getting the output of my module, I get a Page not found error. I checked and there are no published erata for this chapter of the book.