Image+ with MIGX

Finally got it, your answer pointed me in the right direction, completed Form Tabs:

[{
    "caption": "Info",
    "fields": [{
        "field": "title",
        "caption": "Title"
      },
      {
        "field": "description",
        "caption": "Description",
        "inputTVtype": "richtext"
      }
    ]
  },
  {
    "caption": "Image",
    "fields": [{
      "field": "image",
      "caption": "Image",
      "inputTVtype": "imageplus",
"configs":"{\"targetRatio\":\"1.12\"}"
 
    }]
  }
]
1 Like