{
 "legacyTag": "oj-button",
 "corePackTag": "oj-c-button",
 "migrateImports": {
  "from": "ojs/ojbutton",
  "to": "oj-c/button"
 },
 "commentSlotContent": {
  "slot": "contextMenu"
 },
 "slotContentToAttribute": [
    {
        "slotNameFrom": "",
        "attribute": "label"
    }
 ],
 "classNameToAttribute": [
  {
   "className": "oj-button-full-width",
   "attribute": "edge",
   "attributeValue": "bottom"
  },
  {
   "className": "oj-button-sm",
   "attribute": "size",
   "attributeValue": "sm"
  },
  {
   "className": "oj-button-md",
   "attribute": "size",
   "attributeValue": "md"
  },
  {
   "className": "oj-button-lg",
   "attribute": "size",
   "attributeValue": "lg"
  },
  {
   "className": "oj-sm-width-full",
   "attribute": "width",
   "attributeValue": "100%"
  }
 ],
 "migrateAttributes": [
  {
   "fromAttribute": "title",
   "fromValue": "",
   "toAttribute": "tooltip",
   "toValue": ""
  }
 ],
 "ruleSetToIgnore": [
  {
   "slot": "contextMenu"
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjButton",
   "to": "ButtonWebElement"
  },
  "locator": {
   "from": "ojButton",
   "to": "findButton"
  },
  "ruleSetToIgnore": [
   "doContextClick",
   "getTranslations"
  ]
 }
}