Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Mar 25, 2024
1 parent 4db2882 commit e4a8372
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator

<Tab title="Drupal 8/9/10+" id="d10" active={true}>

```php
```php
/*
* Environment Indicator module settings.
* see: https://docs.pantheon.io/guides/environment-configuration/environment-indicator
Expand Down Expand Up @@ -154,13 +154,13 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator
break;
}
}
```
```

</Tab>

<Tab title="Drupal 7" id="d7">

```php
```php
/*
* Environment Indicator module settings.
* see: https://docs.pantheon.io/guides/environment-configuration/environment-indicator
Expand Down Expand Up @@ -206,7 +206,8 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator
break;
}
}
```
```

</Tab>

</Tablist>
Expand All @@ -229,7 +230,6 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator

All environments will now show a color-coded environment indicator, as defined within the above `settings.php` snippet.


## More Resources

- [Environment-Specific Configuration for WordPress Sites](/guides/environment-configuration/environment-specific-config)
Expand Down

0 comments on commit e4a8372

Please sign in to comment.