Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

These docs don't work! #137

Open
JCL324 opened this issue Oct 9, 2023 · 0 comments
Open

These docs don't work! #137

JCL324 opened this issue Oct 9, 2023 · 0 comments

Comments

@JCL324
Copy link

JCL324 commented Oct 9, 2023

I suspect the settings.php example is very old, from the D7 days. First, the variable should be $config for Drupal, not $conf. Next, the config keys are all wrong. This is what it should look like:

  default:
    // Multidev catchall. Value of PANTHEON_ENVIRONMENT = pr-9999.
    $config['environment_indicator.indicator']['name'] = 'Multidev';
    $config['environment_indicator.indicator']['bg_color'] = '#2e41a9';
    $config['environment_indicator.indicator']['fg_color'] = '#fff';
    break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant