Skip to content

Commit

Permalink
Missed a comma!
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackSkorpio committed Dec 9, 2015
1 parent 77aacb4 commit 71dd1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"label": "Cookie Path",
"info": "The path for the consent cookie that Cookie Consent uses, to remember that users have consented to cookies. Use to limit consent to a specific path within your website.",
"type": "string",
"value": "/"
"value": "/",
"validation": {
"type": "not_empty",
"error_message": "You need to set a valid path for the cookie."
Expand Down Expand Up @@ -94,4 +94,4 @@
]
}
}
}
}

0 comments on commit 71dd1d4

Please sign in to comment.