Merge branch 'master' of https://git.logicloop.io/root/offers-backend
Showing
20 changed files
with
652 additions
and
76 deletions
-
Please register or sign in to post a comment
... | ... | @@ -68,6 +68,9 @@ |
"type": "relation", | ||
"relation": "oneToOne", | ||
"target": "plugin::users-permissions.user" | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -26,6 +26,9 @@ |
"type": "relation", | ||
"relation": "oneToOne", | ||
"target": "plugin::users-permissions.user" | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |
... | ... | @@ -140,6 +140,15 @@ |
}, | ||
"digitalSalesPresentationURL": { | ||
"type": "string" | ||
}, | ||
"brochure": { | ||
"type": "media", | ||
"multiple": false, | ||
"required": false, | ||
"allowedTypes": [ | ||
"images", | ||
"files" | ||
] | ||
} | ||
} | ||
} |
... | ... | @@ -67,6 +67,9 @@ |
"type": "string", | ||
"configurable": false, | ||
"private": true | ||
}, | ||
"dialCode": { | ||
"type": "string" | ||
} | ||
} | ||
} |