Răsfoiți Sursa

Update attr in conditions example

Kenny Y 2 ani în urmă
părinte
comite
22e474ff96
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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"
     }