From 3e8b77f94cf8c430197c742649df2b9d69072740 Mon Sep 17 00:00:00 2001 From: DorofeevMark Date: Fri, 15 Mar 2019 13:42:16 +0300 Subject: [PATCH] Fixed reactions config --- .codexdocsrc.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codexdocsrc.sample b/.codexdocsrc.sample index 41a7b1e..3fcd2b4 100644 --- a/.codexdocsrc.sample +++ b/.codexdocsrc.sample @@ -9,8 +9,8 @@ "landingFrameSrc": "https://codex.so/editor?frame=1", "misprintsChatId": "12344564", "reactions": { - "parent": '.page', - "title": 'What do you think?', - "reactions": ['👍', '👌', '👎'] + "parent": ".page", + "title": "What do you think?", + "reactions": ["👍", "👌", "👎"] } }