Guest User

Untitled

a guest
Nov 17th, 2025
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.17 KB | None | 0 0
  1. {
  2.     "$schema": "https://schemas.metabox.io/field-group.json",
  3.     "autosave": true,
  4.     "custom_settings": {
  5.         "tab_style": {
  6.             "id": "tab_style",
  7.             "key": "tab_style",
  8.             "value": "left"
  9.         },
  10.         "tab_default_active": {
  11.             "id": "tab_default_active",
  12.             "key": "tab_default_active",
  13.             "value": "Property Details"
  14.         },
  15.         "tab_remember": {
  16.             "id": "tab_remember",
  17.             "key": "tab_remember",
  18.             "value": false
  19.         }
  20.     },
  21.     "custom_table": {
  22.         "prefix": true,
  23.         "create": true
  24.     },
  25.     "fields": [
  26.         {
  27.             "type": "radio",
  28.             "id": "listings_purpose",
  29.             "name": "Listing Purpose",
  30.             "options": {
  31.                 "Sale": "Sale",
  32.                 "Rent": "Rent",
  33.                 "Lease": "Lease"
  34.             },
  35.             "std": "Sale",
  36.             "tab": "tab_pricing_status",
  37.             "inline": false
  38.         },
  39.         {
  40.             "type": "group",
  41.             "id": "listing_open_house_settings",
  42.             "name": "Settings",
  43.             "columns": 4,
  44.             "tab": "tab_open_house",
  45.             "fields": [
  46.                 {
  47.                     "type": "divider",
  48.                     "id": "divider_32gxqnnxcuj",
  49.                     "name": "Divider"
  50.                 },
  51.                 {
  52.                     "type": "radio",
  53.                     "id": "listing_show_open_house",
  54.                     "name": "Show Open House Dates",
  55.                     "options": {
  56.                         "Yes": "Yes",
  57.                         "No": "No"
  58.                     },
  59.                     "std": "No",
  60.                     "inline": false
  61.                 },
  62.                 {
  63.                     "type": "radio",
  64.                     "id": "lstings_open_house_bg",
  65.                     "name": "Custom Background ",
  66.                     "options": {
  67.                         "Yes": "Yes",
  68.                         "No": "No"
  69.                     },
  70.                     "std": "No",
  71.                     "inline": false
  72.                 },
  73.                 {
  74.                     "type": "color",
  75.                     "id": "listing_banner_bg_color",
  76.                     "name": "Banner Background Colour",
  77.                     "alpha_channel": true,
  78.                     "std": "#FF6600",
  79.                     "visible": [
  80.                         "lstings_open_house_bg",
  81.                         "Yes"
  82.                     ]
  83.                 },
  84.                 {
  85.                     "type": "color",
  86.                     "id": "color_sicrlkv97lp",
  87.                     "name": "Banner Text Colour",
  88.                     "alpha_channel": true,
  89.                     "std": "#000000",
  90.                     "visible": [
  91.                         "lstings_open_house_bg",
  92.                         "Yes"
  93.                     ]
  94.                 }
  95.             ]
  96.         },
  97.         {
  98.             "type": "date",
  99.             "id": "listing_open_house_day",
  100.             "name": "Day",
  101.             "format": "M dd, yy",
  102.             "inline": true,
  103.             "columns": 4,
  104.             "save_format": "M j",
  105.             "tab": "tab_open_house"
  106.         },
  107.         {
  108.             "type": "group",
  109.             "id": "listings_open_house_times_group",
  110.             "name": "Times",
  111.             "columns": 4,
  112.             "tab": "tab_open_house",
  113.             "fields": [
  114.                 {
  115.                     "type": "divider",
  116.                     "id": "divider_xix7wdvevaq",
  117.                     "name": "Divider (Copy)"
  118.                 },
  119.                 {
  120.                     "type": "time",
  121.                     "id": "listings_open_house_start_time",
  122.                     "name": "Start",
  123.                     "min": 1,
  124.                     "max": 12,
  125.                     "step": 0.5,
  126.                     "std": 1,
  127.                     "inline": false,
  128.                     "size": 0
  129.                 },
  130.                 {
  131.                     "type": "time",
  132.                     "id": "listings_open_house_end_time",
  133.                     "name": "End",
  134.                     "min": 1,
  135.                     "max": 12,
  136.                     "step": 0.5,
  137.                     "std": 1
  138.                 },
  139.                 {
  140.                     "type": "textarea",
  141.                     "id": "listings_open_house_notes",
  142.                     "name": "Notes",
  143.                     "rows": 7
  144.                 }
  145.             ]
  146.         }
  147.     ],
  148.     "id": "listing",
  149.     "modified": 1763396538,
  150.     "storage_type": "custom_table",
  151.     "tab_default_active": "Property Details",
  152.     "tab_remember": false,
  153.     "tab_style": "left",
  154.     "table": "wp_shay_listings",
  155.     "tabs": {
  156.         "tab_pricing_status": {
  157.             "label": "Pricing & Status",
  158.             "icon": "dashicons-dashicons-money-alt"
  159.         },
  160.         "tab_open_house": {
  161.             "label": "Open House",
  162.             "icon": "dashicons-dashicons-calendar-alt"
  163.         }
  164.     },
  165.     "title": "Listing",
  166.     "validation": {
  167.         "rules": {
  168.             "listing_show_open_house": {
  169.                 "required": true
  170.             }
  171.         }
  172.     }
  173. }
Advertisement
Add Comment
Please, Sign In to add comment