Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. optgroups: {
  2. core: {
  3. en: 'Item'
  4. }
  5. }
  6.  
  7. {
  8. "condition": "AND",
  9. "rules": [
  10. {
  11. "id": "price",
  12. "field": "price",
  13. "type": "double",
  14. "input": "text",
  15. "operator": "less",
  16. "value": "10.25"
  17. }
  18. ]
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement