Преглед изворни кода

Update attr in conditions example

Kenny Y пре 2 година
родитељ
комит
22e474ff96
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/reference/conditions.md

+ 1 - 1
docs/reference/conditions.md

@@ -116,7 +116,7 @@ Multiple conditions can be combined into nested sets using AND or OR logic. This
       ]
     },
     {
-      "attr": "tags",
+      "attr": "tags.slug",
       "value": "exempt",
       "op": "contains"
     }