You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
429 B

  1. {
  2. "kind": "collectionType",
  3. "collectionName": "partners_login_states",
  4. "info": {
  5. "name": "PartnersLoginState"
  6. },
  7. "options": {
  8. "increments": true,
  9. "timestamps": true,
  10. "draftAndPublish": true
  11. },
  12. "attributes": {
  13. "user": {
  14. "plugin": "users-permissions",
  15. "model": "user",
  16. "via": "partners_login_states"
  17. },
  18. "business_partner": {
  19. "model": "business-partner"
  20. }
  21. }
  22. }