mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
Fixed reactions config
This commit is contained in:
parent
8a252a65ee
commit
3e8b77f94c
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
||||||
"landingFrameSrc": "https://codex.so/editor?frame=1",
|
"landingFrameSrc": "https://codex.so/editor?frame=1",
|
||||||
"misprintsChatId": "12344564",
|
"misprintsChatId": "12344564",
|
||||||
"reactions": {
|
"reactions": {
|
||||||
"parent": '.page',
|
"parent": ".page",
|
||||||
"title": 'What do you think?',
|
"title": "What do you think?",
|
||||||
"reactions": ['👍', '👌', '👎']
|
"reactions": ["👍", "👌", "👎"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue