{
 "legacyTag": "oj-text-area",
 "corePackTag": "oj-c-text-area",
 "migrateImports": {
  "from": "ojs/ojinputtext",
  "to": [
   "oj-c/input-text",
   "oj-c/text-area",
   "oj-c/input-password"
  ]
 },
 "classNameToAttribute": [
  {
   "className": "oj-form-control-text-align-right",
   "attribute": "textAlign",
   "attributeValue": "right"
  },
  {
   "className": "oj-form-control-text-align-start",
   "attribute": "textAlign",
   "attributeValue": "start"
  },
  {
   "className": "oj-form-control-text-align-end",
   "attribute": "textAlign",
   "attributeValue": "end"
  }
 ],
 "migrateAttributes": [
  {
   "fromAttribute": "translations.required.message-detail",
   "fromValue": "",
   "toAttribute": "required-message-detail",
   "toValue": ""
  },
  {
   "fromAttribute": "labelled-by",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "label-edge",
   "fromValue": "provided",
   "toAttribute": "",
   "toValue": ""
  },
  {
    "depAttribute": "label-hint",
    "depValue": "",
    "fromAttribute": "aria-label",
    "fromValue": "",
    "toAttribute": "",
    "toValue": ""
  },
  {
    "depAttribute": "aria-label",
    "depValue": "",
    "fromAttribute": "",
    "fromValue": "",
    "toAttribute": "label-edge",
    "toValue": "none"
  },
  {
   "fromAttribute": "aria-label",
   "fromValue": "",
   "toAttribute": "label-hint",
   "toValue": ""
  }
 ],
 "ruleSetToIgnore": [
  {
    "attribute": "converter"
  },
  {
    "missAttribute":
    {
      "label-hint": "",
      "aria-label": ""
    }
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjTextArea",
   "to": "TextAreaWebElement"
  },
  "locator": {
   "from": "ojTextArea",
   "to": "findTextArea"
  },
  "ruleSetToIgnore": [
   "getAsyncValidators",
   "getAutofocus",
   "getDescribedBy",
   "getLabelledBy",
   "getName",
   "getTranslations"
  ]
 }
}