Added support for multi line descriptions in self serve framework (#1266)

* Added support for multi line descriptions

* test snapshot change

* addresse pr comments
This commit is contained in:
Srinath Narayanan
2022-05-06 00:01:06 +05:30
committed by GitHub
parent 9cb4632f32
commit fcfc52a80c
4 changed files with 21 additions and 2 deletions

View File

@@ -179,6 +179,15 @@ export default class SelfServeExample extends SelfServeBaseClass {
})
description: string;
@Values({
description: {
textTKey: `This UI can be used to dynamically change the throughput.
This is an alternative to updating the throughput from the 'scale & settings' tab.`,
type: DescriptionType.Text,
},
})
multiLineDescription: string;
@Values({
labelTKey: "Current Region",
isDynamicDescription: true,