36 lines
635 B
Cheetah
36 lines
635 B
Cheetah
{
|
|
"schema": "2.0",
|
|
"header": {
|
|
"title": {
|
|
"tag": "plain_text",
|
|
"content": "{{.Title}}"
|
|
},
|
|
"subtitle": {
|
|
"tag": "plain_text",
|
|
"content": "{{.Subtitle}}"
|
|
},
|
|
"text_tag_list": [
|
|
{
|
|
"tag": "text_tag",
|
|
"element_id": "custom_id_psd1",
|
|
"text": {
|
|
"tag": "plain_text",
|
|
"content": "{{.Tag1}}"
|
|
},
|
|
"color": "orange"
|
|
}
|
|
],
|
|
"template": "green",
|
|
"icon": {
|
|
"tag": "standard_icon",
|
|
"token": "calendar_colorful",
|
|
"color": "green"
|
|
},
|
|
"padding": "12px 8px 12px 8px"
|
|
},
|
|
"body":{
|
|
"elements": [
|
|
{{.Elements}}
|
|
]
|
|
}
|
|
} |