Skip to content

Commit

Permalink
json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath Kumar authored and Bharath Kumar committed Dec 2, 2024
1 parent 9b1dc7a commit 38662a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions iGOT/client-assets/assets/configurations/feature/event.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@
"comments": {
"show": true,
"showCount": true,
"icon": "comment"
"icon": "comment",
"iconDisplay": false
},
"avatarPhoto": {
"show": true,
Expand Down Expand Up @@ -325,7 +326,8 @@
"comments": {
"show": true,
"showCount": false,
"icon": "comment"
"icon": "chat_bubble",
"iconDisplay": true
},
"repliesSection": {
"show": false
Expand Down
6 changes: 4 additions & 2 deletions iGOT/client-assets/assets/configurations/feature/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@
"comments": {
"show": true,
"showCount": true,
"icon": "comment"
"icon": "comment",
"iconDisplay": false
}
},
"repliesSection": {
Expand Down Expand Up @@ -451,7 +452,8 @@
"comments": {
"show": true,
"showCount": false,
"icon": "comment"
"icon": "chat_bubble",
"iconDisplay": true
}
},
"repliesSection": {
Expand Down
6 changes: 4 additions & 2 deletions iGOT/client-assets/assets/configurations/feature/tocExt.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"comments": {
"show": true,
"showCount": true,
"icon": "comment"
"icon": "comment",
"iconDisplay": false
}
},
"repliesSection": {
Expand Down Expand Up @@ -114,7 +115,8 @@
"comments": {
"show": true,
"showCount": false,
"icon": "comment"
"icon": "chat_bubble",
"iconDisplay": true
}
},
"repliesSection": {
Expand Down

0 comments on commit 38662a8

Please sign in to comment.