Skip to content

Commit 32de48b

Browse files
committed
add layouts for css injection
1 parent 9a55e6b commit 32de48b

3 files changed

Lines changed: 492 additions & 0 deletions

File tree

resources/languages.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"mainInfo": "language Settings",
3+
"sections": {
4+
"mainScreen": {
5+
"title": "Main Screen",
6+
"info": "This is the main screen of this feature",
7+
"labels": {
8+
"voteBadge": {
9+
"title": "Vote Badge",
10+
"defaultValue": "Vote",
11+
"required": true,
12+
"inputType": "text",
13+
"toolTip": "The word Vote in the vote count badge"
14+
},
15+
"voteButton": {
16+
"title": "Vote Button",
17+
"defaultValue": "Vote",
18+
"required": true,
19+
"inputType": "text",
20+
"toolTip": "The word Vote in the vote button"
21+
},
22+
"commentButton": {
23+
"title": "Comment Button",
24+
"defaultValue": "Comment",
25+
"required": true,
26+
"inputType": "text",
27+
"toolTip": "The word Comment in the comment button"
28+
}
29+
}
30+
}
31+
}
32+
}

resources/layouts_img/layout1.png

91.8 KB
Loading

0 commit comments

Comments
 (0)