Add link to the documentation in the doc
This commit is contained in:
parent
13b0d685b8
commit
673bc95538
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ import type { KcEnvName, ThemeName } from "../kc.gen";
|
||||||
export type KcContextExtension = {
|
export type KcContextExtension = {
|
||||||
themeName: ThemeName;
|
themeName: ThemeName;
|
||||||
properties: Record<KcEnvName, string> & {};
|
properties: Record<KcEnvName, string> & {};
|
||||||
|
// NOTE: Here you can declare more properties to extend the KcContext
|
||||||
|
// See: https://docs.keycloakify.dev/faq-and-help/some-values-you-need-are-missing-from-in-kccontext
|
||||||
};
|
};
|
||||||
|
|
||||||
export type KcContextExtensionPerPage = {};
|
export type KcContextExtensionPerPage = {};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue