Skip to content

Commit

Permalink
use an accordion instead
Browse files Browse the repository at this point in the history
we had this problem before and couldn't fix it.
  • Loading branch information
jazzsequence committed Mar 25, 2024
1 parent a3f36d8 commit 0337134
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator

1. Add the following within `settings.php` for your version of Drupal:

<Tablist>

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

```php
/*
Expand Down Expand Up @@ -156,9 +154,9 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator
}
```

</Tab>
</Accordion>

<Tab title="Drupal 7" id="d7">
<Accordion title="Drupal 7" id="d7" icon="wrench">

```php
/*
Expand Down Expand Up @@ -208,9 +206,7 @@ The [Environment Indicator](https://www.drupal.org/project/environment_indicator
}
```

</Tab>

</Tablist>
</Accordion>

1. Deploy the module to the Test environment within the Site Dashboard or with Terminus, and clear the site cache:

Expand Down

0 comments on commit 0337134

Please sign in to comment.