mirror of
https://github.com/Unleash/unleash.git
synced 2026-02-04 20:10:52 +01:00
feat: export project specific context fields
This commit is contained in:
parent
09d1374db3
commit
d4643d717c
@ -8,7 +8,7 @@ export interface IContextFieldDto {
|
||||
usedInProjects?: number | null;
|
||||
usedInFeatures?: number | null;
|
||||
legalValues?: ILegalValue[];
|
||||
project?: string | null;
|
||||
project?: string;
|
||||
}
|
||||
|
||||
export interface ILegalValue {
|
||||
|
||||
@ -170,7 +170,6 @@ beforeAll(async () => {
|
||||
experimental: {
|
||||
flags: {
|
||||
featureLinks: true,
|
||||
projectContextFields: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@ -67,7 +67,6 @@ export const contextFieldSchema = {
|
||||
description:
|
||||
'The project this context field belongs to (if it is project-specific)',
|
||||
type: 'string',
|
||||
nullable: true,
|
||||
example: 'my-project',
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user