Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DanLaufer/36ae07b78d9ce49c8f12aa4c5804b7da to your computer and use it in GitHub Desktop.
Save DanLaufer/36ae07b78d9ce49c8f12aa4c5804b7da to your computer and use it in GitHub Desktop.
Drupal 8 - Make new variables in settings.php
$config['configuration.prefix']['myVariable'] = 'Value';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment