Make it possible to define control buttons text (Back, Create, Review) per template
Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
This commit is contained in:
@@ -71,8 +71,11 @@ export interface TemplateEntityV1beta3 extends Entity {
|
||||
}
|
||||
|
||||
export interface TemplateConfigurationsV1beta3 {
|
||||
kickOffButtonText?: string;
|
||||
reviewButtonText?: string;
|
||||
buttonLabels?: {
|
||||
backButtonText?: string;
|
||||
createButtonText?: string;
|
||||
reviewButtonText?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user