{
    "legacyTag": "oj-form-layout",
    "corePackTag": "oj-c-form-layout",
    "migrateImports": {
        "from": "ojs/ojformlayout",
        "to": "oj-c/form-layout"
    },
    "migrateAttributes": [
        {
            "fromAttribute": "colspan-wrap",
            "fromValue": "",
            "toAttribute": "",
            "toValue": ""
        },
        {
            "fromAttribute": "label-width",
            "fromValue": "",
            "toAttribute": "label-start-width",
            "toValue": ""
        }
    ],
    "migrateTest": {
      "type": {
        "from": "OjFormLayout",
        "to": "FormLayoutWebElement"
      },
      "locator": {
        "from": "ojFormLayout",
        "to": "findFormLayout"
      }
    }
}