another .md file

Signed-off-by: Ladislav Vitásek <vity@vity.cz>
This commit is contained in:
Ladislav Vitásek
2024-10-02 10:34:03 +02:00
committed by Camila Belo
parent 01c66780a0
commit c8ef06c185
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -533,8 +533,8 @@ export const providers: Readonly<{
resolvers: Readonly<{
emailMatchingUserEntityProfileEmail: () => SignInResolver_2<OAuthResult>;
emailLocalPartMatchingUserEntityName: () => SignInResolver_2<OAuthResult>;
userIdMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
emailMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
userIdMatchingUserEntityAnnotation: () => SignInResolver_2<OAuthResult>;
}>;
}>;
oauth2: Readonly<{
+10 -10
View File
@@ -45,17 +45,17 @@ const _default: FrontendPlugin<
filter: string | undefined;
};
configInput: {
height?: number | undefined;
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
direction?: Direction | undefined;
title?: string | undefined;
height?: number | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
relations?: string[] | undefined;
title?: string | undefined;
maxDepth?: number | undefined;
kinds?: string[] | undefined;
unidirectional?: boolean | undefined;
mergeRelations?: boolean | undefined;
kinds?: string[] | undefined;
relations?: string[] | undefined;
relationPairs?: [string, string][] | undefined;
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
} & {
filter?: string | undefined;
};
@@ -114,18 +114,18 @@ const _default: FrontendPlugin<
path: string | undefined;
};
configInput: {
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
direction?: Direction | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
relations?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
maxDepth?: number | undefined;
kinds?: string[] | undefined;
unidirectional?: boolean | undefined;
mergeRelations?: boolean | undefined;
kinds?: string[] | undefined;
relations?: string[] | undefined;
relationPairs?: [string, string][] | undefined;
selectedRelations?: string[] | undefined;
curve?: 'curveStepBefore' | 'curveMonotoneX' | undefined;
selectedKinds?: string[] | undefined;
selectedRelations?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
showFilters?: boolean | undefined;
} & {
path?: string | undefined;