1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +02:00

Fixed reactions config

This commit is contained in:
DorofeevMark 2019-03-15 13:42:16 +03:00
parent 8a252a65ee
commit 3e8b77f94c

View file

@ -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": ["👍", "👌", "👎"]
} }
} }