summaryrefslogtreecommitdiff
path: root/dicts.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dicts.fnl')
-rw-r--r--dicts.fnl7
1 files changed, 4 insertions, 3 deletions
diff --git a/dicts.fnl b/dicts.fnl
index 4f42526..b884b45 100644
--- a/dicts.fnl
+++ b/dicts.fnl
@@ -1,4 +1,4 @@
-(local tea-type
+(local product-type
[{:value "white" :label "Белый"}
{:value "dark-oolong" :label "Темный улун"}
{:value "light-oolong" :label "Светлый улун"}
@@ -7,7 +7,8 @@
{:value "shu-puerh" :label "Шу пуэр"}
{:value "sheng-puerh" :label "Шэн пуэр"}
{:value "yellow" :label "Желтый"}
- {:value "liu-bao" :label "Лю бао"}])
+ {:value "liu-bao" :label "Лю бао"}
+ {:value "teapot" :label "Чайник"}])
(local tea-season
[{:value "spring" :label "Весна"}
@@ -27,4 +28,4 @@
(set result item.label)))
result)
-{: tea-type : tea-packaging : tea-season : label}
+{: product-type : tea-packaging : tea-season : label}