How can I get single keys in multi-item config objects using debug:config?
For example, in drush I can run drush cget search_api.server.iges_solr backend_config.connector_config.port and get a useful answer. ('search_api.server.iges_solr:backend_config.connector_config.port': 8988) In Drupal Console, I've tried the same formatting as in the drush command, I've tried a colon between the main config item, and the sub item (...
Why is config for my view going to config/local?
We use config_split to slice off parts of the site config to other config folders (local, dev, stage, etc). This more or less works as expected. I have one view which always exports to config/local even though there is nothing I can see in the config_split configuration which is suggesting it do this. Any ideas why it fails to export to the correct...
drush config-status on translation / language config files?
Similar with but not the same as How to use drush config:set for translations?, is there a way to scan for a site's language config changes via drush or so? I have a lot of sites on the same server (multi-site), and I would rather check on this via a drush command than having to log in each of the sites to look at the output of /admin/config/develo...
Title tag not overriding after using meta tag module
I have created a content type for uploading user details. I have changed the title as UPLOAD PAGE using drupal_set_title. I have installed Meta Tag module, now page title remains same but title tag i.e. (title displayed in browser tab) are different. Please guide me. Thanks