Skip to content

Commit 77ebaff

Browse files
committed
Update CHANGELOG: remove openconext theme (#1980)
1 parent d250753 commit 77ebaff

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The following feedback pages previously returned HTTP **200 OK** and now return
5454
| `/authentication/feedback/invalid-acs-binding` | 200 | 400 |
5555
| `/authentication/feedback/received-error-status-code` | 200 | 400 |
5656

57+
Maintenance:
58+
* Removed the `openconext` theme. The `skeune` theme is now the only supported theme and the default. (#1980)
5759

5860
## UNRELEASED 7.2.0
5961
Upgrade to Symfony 7.4

theme/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ For instructions on how to use it: see the file itself.
6464
- index.html.twig: modules > Authentication > View > Index
6565
- error.html.twig: modules > Default > View > Error
6666
- translations: translations specific to the theme.
67-
- openconext: the theme formerly known as material. This used to be the official theme.
6867
- scripts: node.js scripts to make our life easier. These are called via the yarn commands.
6968
- skeune: the skeune theme
7069

@@ -76,12 +75,6 @@ You can switch a theme by simply changing the `theme.name` parameter in `paramet
7675
theme.name: 'skeune'
7776
```
7877
79-
if however you prefer to use the openconext theme, it'd read like this:
80-
81-
```yaml
82-
theme.name: 'openconext'
83-
```
84-
8578
**Switching themes on CI**
8679
A helper script was included in the `theme/scripts` folder to assist in building theme assets.
8780

0 commit comments

Comments
 (0)