refactor: move template rendering to own properties and functions
This commit is contained in:
@@ -8,6 +8,12 @@ export interface IElixFormsComponentProperties {
|
||||
hasTeamsContext: boolean;
|
||||
userDisplayName: string;
|
||||
additionalFieldsJson?: string;
|
||||
|
||||
// Layout Properties
|
||||
moduleTitle?: string;
|
||||
pageTitle?: string;
|
||||
pageDescription?: string;
|
||||
heroImageSrc?: string;
|
||||
}
|
||||
|
||||
// Additional Fields JSON Schema
|
||||
|
||||
Reference in New Issue
Block a user