microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/transparency-note

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/skills/experimental/customer-card-render/templates/problem.content.yaml

63lines · modecode

1slide: {{SLIDE_NUMBER}}
2title: "{{TITLE}}"
3section: "Problem Statement"
4layout: "blank"
5
6background:
7 fill: "#0F1117"
8
9elements:
10 - type: textbox
11 left: 0.6
12 top: 0.8
13 width: 12.0
14 height: 0.5
15 text: "{{TYPE_LABEL}}"
16 font: "Segoe UI"
17 font_size: 10
18 font_color: "#F07A4B"
19 font_bold: true
20
21 - type: textbox
22 left: 0.6
23 top: 1.3
24 width: 12.0
25 height: 1.1
26 text: "{{TITLE}}"
27 font: "Segoe UI"
28 font_size: 30
29 font_color: "#FFFFFF"
30 font_bold: true
31
32 - type: textbox
33 left: 0.6
34 top: 2.6
35 width: 12.0
36 height: 3.9
37 text: "{{P_PROBLEM_STATEMENT}}"
38 font: "Segoe UI"
39 font_size: 16
40 font_color: "#D7DDEA"
41 auto_size: "shrink"
42 auto_size: "shrink"
43
44 - type: textbox
45 left: 0.6
46 top: 6.9
47 width: 8.6
48 height: 0.25
49 text: "Source: {{SOURCE_PATH}}"
50 font: "Segoe UI"
51 font_size: 9
52 font_color: "#77809A"
53
54 - type: textbox
55 left: 10.7
56 top: 6.9
57 width: 2.0
58 height: 0.25
59 text: "{{LAST_UPDATED}}"
60 font: "Segoe UI"
61 font_size: 9
62 font_color: "#77809A"
63 alignment: right
64