group.json 547 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "group",
  3. "label": "Grupa",
  4. "list_label": "Grupy",
  5. "parent_object": "zasob",
  6. "fields": {
  7. "ID": {},
  8. "DESC": {},
  9. "OPIS": {},
  10. "ref_LOCAL_EMAIL": {
  11. "label": "Adresy email lokalnej poczty",
  12. "type": "ref",
  13. "ref_config": {
  14. "name": "group__ref__local_email",
  15. "target": "local_email",
  16. "default_db_cache_fields": {
  17. "target": "remote",
  18. "from": "ID",
  19. "to": "ID_GROUP"
  20. }
  21. },
  22. "remote_fields": {
  23. "EMAIL": {}
  24. }
  25. }
  26. }
  27. }