Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {decodeBase64, encodeBase64} from "../../utility/base64";
providedIn: 'root'
})
export class FieldConverterService {
private textFieldNames = ['textarea', 'richtextarea', 'htmltextarea', 'editor', 'htmlEditor', 'area']
private textFieldNames = [ 'richtextarea', 'htmltextarea', 'editor', 'htmlEditor' ]

constructor() {
}
Expand Down