File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5961Upgrade to Symfony 7.4
Original file line number Diff line number Diff 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**
8679A helper script was included in the ` theme/scripts` folder to assist in building theme assets.
8780
You can’t perform that action at this time.
0 commit comments