소스 검색

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",
       "value": "exempt",
       "op": "contains"
       "op": "contains"
     }
     }