@bigbinary/neeto-editor 1.28.13 → 1.28.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-editor",
3
- "version": "1.28.13",
3
+ "version": "1.28.15",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.js",
6
6
  "types": "./types.d.ts",
package/types.d.ts CHANGED
@@ -106,6 +106,7 @@ interface EditorProps {
106
106
  addonCommands?: Command[];
107
107
  className?: string;
108
108
  contentClassName?: string;
109
+ contentAttributes?: { [key: string]: string };
109
110
  onChange?: (htmlContent: string) => void;
110
111
  onFocus?: EditorFocus;
111
112
  onBlur?: EditorFocus;