I have two site with the same Uuid
SiteA and SiteB
SiteA is fresh installation and export its configuration, all siteA is under git. drush config-export myfolder -y where my folder is where I store my configuration
SiteB is clone of siteA and it has the same uuid of SiteB drush config-import myfolder -y
I get this error
Trying to browse http://..... admin/content/files
I can see a list of my files but how can I modify the view to add a thumbnail of each file?
In Drupal 8.0.1 where are the thumbnails?
i want to use vertical tabs in a configuration form, i get my tabs in groups, but they are not shown in a sexy tab menu, only a groups together.
So i need some help or the right words i have to search for.
I need to add an extra function to a node form after it has submitted. In drupal 7 all I had to do was add a submit handler. Everywhere I look the same thing was said about drupal 8, however I can't get the submit handler to trigger.
Hi, I'm using the latest version of Omega Theme for Drupal 8. I'm trying to build a site that is responsive.
The problem I have is I need to set the background to white for the "content-region" and the "sidebar-first". So I do that on their wrapper div. But for some reason the background is spanning outside the 1400px width of my site. I think that is because the theme has margins (left and right in percent) along with ~97% width. See this image, this is what I have now:
I'm running an educational website which was created using the Drupal but I'm not using it since I can't able to login and forget password link is not sending any Emails too. Now I'm working on a question and answers website and I like to join both login system into one. Like the users sign up on one site can use the other without another sign up on the other website. Is it really possible?