inky icon indicating copy to clipboard operation
inky copied to clipboard

Button custom attributes not retained

Open nikjft opened this issue 6 years ago • 1 comments

I am building templates for Pardot, which requires the certain attributes (e.g. "pardot-repeatable," and "pardot-editable") to be added to all editable elements.

For most tags in Inky, I can do this fine. Adding pardot-repeatable to a Container or Row ensures that the generated outer table maintains that attribute.

However, on buttons, if I have

I would expect that tag to be added either to the containing table or (ideally) on the a href that represents the button. Regardless, it should not be deleted.

nikjft avatar May 16 '19 20:05 nikjft

"devDependencies": {
  "inky": "git+https://github.com/zurb/inky.git#234542170bc41a987208aab1dd0c2c18d0a29f75",
}

ianberdin avatar Jul 26 '19 21:07 ianberdin