Unable to determine class for field type '' found in the 'field.field.' configuration

I ran
drush pm:uninstall xmlsitemap
got this error
I ran
drush pm:uninstall xmlsitemap
got this error
One way I have found to run drush hourly in cron is by adding an entry like this to the hosts crontab.
I've used docker and docker-compose until now, but now looking at possible production containerization and its clear Kubernetes is the way to go.
I recent used gtmetrix to speed review my site and one of the main issues was the lack of CDN use. A CDN is a Content Delivery Network, you host things like javascript, css, images on a netwo
I got this message while working on a virtual box VM for a large corporation.
Its possible to easily embed entites into the Drupal 8 wysiwyg editor, however, I have a custom form and when I rendered it in another form it didnt render correctly. The reason was I used ma
Had need to add custom image field to menu items. First thing is to attach the field using this code in custom module.
So best practice it to use $this->t() instead of t(). However, if you use this in a service it will fail. I added this code to get t function working:
I had the need recently to embed nodes at given point in a view in Drupal 8. Could be used for adverts but in this case I had a settings form which had entity reference auto complete field wh