-
Have any method to Customize Page Attribute Panel Email Setting? If have any kindly suggest it me |
Beta Was this translation helpful? Give feedback.
Answered by
m-Ryan
Feb 17, 2022
Replies: 1 comment 5 replies
-
https://github.com/arco-design/easy-email/blob/master/packages/easy-email-extensions/readme.md import { BlockAttributeConfigurationManager } from "easy-email-extensions";
BlockAttributeConfigurationManager.add({
[BasicType.PAGE]: () => <div>will be overwrite `Page`</div>,
}); |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Hateeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/arco-design/easy-email/blob/master/packages/easy-email-extensions/readme.md