jayroncastro

Relationship - Classes for user

Mar 19th, 2024
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.74 KB | Source Code | 0 0
  1. {
  2.     "post_type": "mb-relationship",
  3.     "post_name": "turmas-para-usuario",
  4.     "post_title": "Turmas para Usuário",
  5.     "post_date": "2024-03-19 22:27:57",
  6.     "post_status": "publish",
  7.     "post_content": "",
  8.     "settings": {
  9.         "menu_title": "Turmas para Usuário",
  10.         "id": "turmas-para-usuario",
  11.         "from": {
  12.             "object_type": "post",
  13.             "post_type": "turma",
  14.             "taxonomy": "category",
  15.             "empty_message": "",
  16.             "admin_column": {
  17.                 "position": {
  18.                     "type": "after",
  19.                     "column": "title"
  20.                 },
  21.                 "title": "",
  22.                 "link": "view"
  23.             },
  24.             "meta_box": {
  25.                 "title": "",
  26.                 "context": "side",
  27.                 "priority": "low",
  28.                 "style": "default",
  29.                 "class": ""
  30.             },
  31.             "field": {
  32.                 "name": "",
  33.                 "label_description": "",
  34.                 "desc": "",
  35.                 "placeholder": "",
  36.                 "max_clone": "",
  37.                 "add_button": "",
  38.                 "before": "",
  39.                 "after": "",
  40.                 "class": ""
  41.             }
  42.         },
  43.         "to": {
  44.             "object_type": "user",
  45.             "post_type": "post",
  46.             "taxonomy": "category",
  47.             "empty_message": "",
  48.             "admin_column": {
  49.                 "position": {
  50.                     "type": "after",
  51.                     "column": "title"
  52.                 },
  53.                 "title": "Turma",
  54.                 "link": "view"
  55.             },
  56.             "meta_box": {
  57.                 "title": "Turma",
  58.                 "context": "side",
  59.                 "priority": "low",
  60.                 "style": "default",
  61.                 "class": ""
  62.             },
  63.             "field": {
  64.                 "name": "Turma",
  65.                 "label_description": "",
  66.                 "desc": "",
  67.                 "placeholder": "",
  68.                 "max_clone": "",
  69.                 "add_button": "",
  70.                 "before": "",
  71.                 "after": "",
  72.                 "class": ""
  73.             }
  74.         },
  75.         "text_domain": "your-text-domain",
  76.         "function_name": "your_prefix_function_name"
  77.     },
  78.     "relationship": {
  79.         "id": "turmas-para-usuario",
  80.         "menu_title": "Turmas para Usuário",
  81.         "from": "turma",
  82.         "to": {
  83.             "object_type": "user",
  84.             "meta_box": {
  85.                 "title": "Turma"
  86.             },
  87.             "field": {
  88.                 "name": "Turma"
  89.             }
  90.         },
  91.         "text_domain": "your-text-domain",
  92.         "function_name": "your_prefix_function_name"
  93.     }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment