Update file customising.md
parent
45b5d2fc76
commit
9975f139ab
|
@ -46,7 +46,7 @@ apps_internal:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Peu de pàgina en el login
|
## Login page Footer
|
||||||
|
|
||||||
The footer is part of the Keycloak login theme, to modify it, it needs to use a theme based on 'dd' theme.
|
The footer is part of the Keycloak login theme, to modify it, it needs to use a theme based on 'dd' theme.
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ To make things easier, in directory `dd-sso/docker/keycloak/themes` there are th
|
||||||
- `dd-custom`: an empty directory, what is created here, keycloak will use as a new `dd-custom` theme.
|
- `dd-custom`: an empty directory, what is created here, keycloak will use as a new `dd-custom` theme.
|
||||||
- `dd-custom.sample`: an example of how the theme `dd-custom` would be prepared in order to replace the footer.
|
- `dd-custom.sample`: an example of how the theme `dd-custom` would be prepared in order to replace the footer.
|
||||||
|
|
||||||
So, to customize the footer, you need to copy the contents of `dd-custom.sample` to `dd-custom`, then edit `dd-custom/login/dd-footer.ftl` to suit our needs.
|
So, to customize the footer, you need to copy the contents of `dd-custom.sample` to `dd-custom`, then edit `dd-custom/login/dd-footer.ftl` to suit your needs.
|
||||||
|
|
||||||
Once this is done, in the keycloak administration interface you need to pick `dd-custom` as a login theme:
|
Once this is done, in the keycloak administration interface you need to pick `dd-custom` as a login theme:
|
||||||
|
|
||||||
|
@ -65,6 +65,6 @@ Once this is done, in the keycloak administration interface you need to pick `dd
|
||||||
> to review the chnges with maintained `dd` theme, the contents of directory `dd-custom`
|
> to review the chnges with maintained `dd` theme, the contents of directory `dd-custom`
|
||||||
> and contents of `dd-custom.sample` to make your customization compatible.
|
> and contents of `dd-custom.sample` to make your customization compatible.
|
||||||
|
|
||||||
## Integració amb altres eines
|
## Integration with other tools
|
||||||
|
|
||||||
It is possible to integrate DD with other tools, read about it in [integrations](integrations.md) section.
|
It is possible to integrate DD with other tools, read about it in [integrations](integrations.md) section.
|
Loading…
Reference in New Issue