Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/emojis/intents.json')
-rw-r--r--fixtures/emojis/intents.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/fixtures/emojis/intents.json b/fixtures/emojis/intents.json
new file mode 100644
index 00000000000..8e8b02aaddb
--- /dev/null
+++ b/fixtures/emojis/intents.json
@@ -0,0 +1,16 @@
+{
+ "thumbsdown": 1.5,
+ "thumbsdown_tone1": 1.5,
+ "thumbsdown_tone2": 1.5,
+ "thumbsdown_tone3": 1.5,
+ "thumbsdown_tone4": 1.5,
+ "thumbsdown_tone5": 1.5,
+ "thumbsup": 0.5,
+ "thumbsup_tone1": 0.5,
+ "thumbsup_tone2": 0.5,
+ "thumbsup_tone3": 0.5,
+ "thumbsup_tone4": 0.5,
+ "thumbsup_tone5": 0.5,
+ "slight_frown": 1.5,
+ "slight_smile": 0.5
+}