Skip to content

Commit

Permalink
remove less-useful config template fields
Browse files Browse the repository at this point in the history
  • Loading branch information
krschau committed Jan 9, 2024
1 parent 022e4a4 commit 992139a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,6 @@
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Label%",
"wrap": true,
"size": "Small"
},
{
"type": "TextBlock",
"text": "${label}",
"wrap": true,
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Author%",
Expand All @@ -91,19 +78,6 @@
"wrap": true,
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Project%",
"wrap": true,
"size": "Small"
},
{
"type": "TextBlock",
"text": "${Project}",
"wrap": true,
"weight": "bolder",
"spacing": "None"
}
],
"spacing": "Medium",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,6 @@
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Label%",
"wrap": true,
"size": "Small"
},
{
"type": "TextBlock",
"text": "${label}",
"wrap": true,
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Author%",
Expand All @@ -76,19 +63,6 @@
"wrap": true,
"weight": "bolder",
"spacing": "None"
},
{
"type": "TextBlock",
"text": "%Widget_Template/Project%",
"wrap": true,
"size": "Small"
},
{
"type": "TextBlock",
"text": "${Project}",
"wrap": true,
"weight": "bolder",
"spacing": "None"
}
],
"spacing": "Medium",
Expand Down

0 comments on commit 992139a

Please sign in to comment.