Managing settings.php
Main Drupal configuration file. Contains database credentials and other important settings.
See the latest defaults: /core/assets...
Main Drupal configuration file. Contains database credentials and other important settings.
See the latest defaults: /core/assets...
When you change things in Drupal, like adding a field to a content type, it is modifying configuration.
When we develop sites, we...
The taxonomy term list shows 100 items by default.
You can set terms_per_page_admin in taxonomy.settings with:
drush cset...
https://www.drupal.org/project/config_split
Split config into sets to be imported into different environments via settings.php.
...
Config Split is great for setting different config per environment: https://www.drupal.org/project/config_split
I have my local...
Create menu links as config so they can be exported.
Drupal configuration documentation.
Instructions for default module configuration.
Works for themes and profiles too.
See Configuration Development if you often...
Some tips on overriding config entities.