Skip to content

Commit

Permalink
add layouts for css injection
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHindi committed Apr 9, 2023
1 parent 9a55e6b commit 32de48b
Show file tree
Hide file tree
Showing 3 changed files with 492 additions and 0 deletions.
32 changes: 32 additions & 0 deletions resources/languages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"mainInfo": "language Settings",
"sections": {
"mainScreen": {
"title": "Main Screen",
"info": "This is the main screen of this feature",
"labels": {
"voteBadge": {
"title": "Vote Badge",
"defaultValue": "Vote",
"required": true,
"inputType": "text",
"toolTip": "The word Vote in the vote count badge"
},
"voteButton": {
"title": "Vote Button",
"defaultValue": "Vote",
"required": true,
"inputType": "text",
"toolTip": "The word Vote in the vote button"
},
"commentButton": {
"title": "Comment Button",
"defaultValue": "Comment",
"required": true,
"inputType": "text",
"toolTip": "The word Comment in the comment button"
}
}
}
}
}
Binary file added resources/layouts_img/layout1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 32de48b

Please sign in to comment.