Skip to content

Commit

Permalink
use accordion (again
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Mar 25, 2024
1 parent acb7547 commit 7ea767b
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 @@ terminus drush $site.$env -- en environment_indicator -y

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">

```php
/*
Expand Down Expand Up @@ -156,9 +154,9 @@ Add the following within `settings.php` for your version of Drupal:
}
```

</Tab>
</Accordion>

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

```php
/*
Expand Down Expand Up @@ -208,9 +206,7 @@ Add the following within `settings.php` for your version of Drupal:
}
```

</Tab>

</Tablist>
</Accordion>

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 7ea767b

Please sign in to comment.