Skip to content

Instantly share code, notes, and snippets.

View justinass-wix's full-sized avatar

Justinas Simanavicius justinass-wix

View GitHub Profile
{
"fields": [
{"key": "title", "type": "TEXT"},
{"key": "quantity", "type": "NUMBER"}
],
"dataPermissions": {
"itemRead": "ANYONE",
"itemInsert": "SITE_MEMBER",
"itemUpdate": "SITE_MEMBER_AUTHOR",
"itemRemove": "SITE_MEMBER_AUTHOR"