Make htmlarea widget exportable

This commit is contained in:
Hadi Nategh
2020-10-08 12:15:01 +02:00
parent 4886583cc1
commit 87b1b05730
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import {WidgetConfig, et2_register_widget} from "./et2_core_widget";
/**
* @augments et2_inputWidget
*/
class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
{
static readonly _attributes : any = {
mode: {