I learnt that by going to /admin/config/development/configuration/single/export you can export YML file along with suggested file name. If you place this YML file in another install's [CUSTOM_THEME]/config/install folder with the suggested name, your block is placed in the desired region.
For some reason though all the blocks created by Views do not appear in /admin/config/development/configuration/single/export.
I tried to manually modify the files it generate to get the YML I needed, but it didn't work. Has anyone ever done it and is it even possible?
Is there a way to show the view results blank during the page load? I want the view results to be shown only when the user selects filter criteria and hit apply on the filter section. any clue on how this can be done?
I have a search page that has 2 columns created using view and exposed filters. For every filter criteria field, I want to add a tiny tool tip and when I hover over it, I want to see the tool tip. Any clue on how this can be done? Any modules available to support this? Thanks!
I'm trying to create a menu for a specific role. Basically this role is just for people to create/add/edit content, without having full control of the admin features of being an admin. Role is called "Editors" and shouldn't have all the features or access to the admin menu.
I have been searching - without avail - for a Drupal module (or a combination of them) to add the necessary features for building a tender platform on my current site.