File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
libs/blog/articles/feature-comments/src/lib/giscus-comments Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
@if (config) {
2
2
< giscus-widget
3
3
class ="w-full "
4
- [lang] ="lang() "
5
- [repo] ="config.repo "
6
- [repoid] ="config.repoId "
7
- [category] ="config.category "
8
- [categoryid] ="config.categoryId "
9
- [mapping] ="config.mapping "
10
- [reactionsenabled] ="config.reactionsEnabled ? '1' : '0' "
11
- [strict] ="config.strict ? '1' : '0' "
12
- [emitmetadata] ="config.emitMetadata ? '1' : '0' "
13
- [inputposition] ="config.inputPosition "
14
- [theme] ="config.theme "
4
+ [attr. lang] ="lang() "
5
+ [attr. repo] ="config.repo "
6
+ [attr. repoid] ="config.repoId "
7
+ [attr. category] ="config.category "
8
+ [attr. categoryid] ="config.categoryId "
9
+ [attr. mapping] ="config.mapping "
10
+ [attr. reactionsenabled] ="config.reactionsEnabled ? '1' : '0' "
11
+ [attr. strict] ="config.strict ? '1' : '0' "
12
+ [attr. emitmetadata] ="config.emitMetadata ? '1' : '0' "
13
+ [attr. inputposition] ="config.inputPosition "
14
+ [attr. theme] ="config.theme "
15
15
src ="https://giscus.app/client.js "
16
16
crossorigin ="anonymous "
17
17
async
You can’t perform that action at this time.
0 commit comments