{
  "Site_Deployment_Target": {
    "layout":"form",
    "onecolumn":true,
    "popup":[900,400],
    "table":"{schema}.deployment_target",
    "actions":"BIUD",
    "roles": { "WEBMASTER": "BIUD" },
    "caption":["Deployment Target","Deployment Targets"],
    "title":"",
    "oninit": "_this.oninit();",
    "onload": "_this.onload();",
    "fields": [
      {"name":"site_id","actions":"BIU","foreignkey":1,"control":"hidden"},
      {"name":"deployment_target_name","caption":"Name"},
      {"name":"deployment_target_sts","caption":"Status","validate":["Required"],"default":"ACTIVE"},
      {"control":"html","value":"<div class='deployment_target_publish_configurator'></div>"},
      {"name":"deployment_target_publish_path","caption":"Path","control":"hidden","actions":"BIU","ongetvalue":"return _this.deployment_target_publish_path_getvalue(val,field,xmodel);"},
      {"name":"deployment_target_publish_config","caption":"Publish Config","control":"hidden","actions":"BIU","ongetvalue":"return _this.deployment_target_publish_config_getvalue(val,field,xmodel);",
        "validate":[
          "IsJSON",
          { "function":"js: return jsh.App[modelid].configurator_validate().join('\\n');", "selector": ".deployment_target_publish_configurator","runat":["client"] }
        ]},
      {"name":"deployment_target_cms_host","unbound":true,"control":"hidden",
        "popuplov": {"target": "Site_Deployment_Target_CmsHost_Listing", "code_val": "host_id", "popupstyle": "height:400px;width:770px;", "popupiconstyle": "display:none;"}
      },
    ]
  }
}