const options = [ "bold", "italic", "underline", "|", "font", "fontsize", "brush", "|", "ul", "ol", "lineHeight", "|", "image", "table", "hr", "|", "align", "undo", "redo", "|", "preview", "print", ]; const config = { readonly: false, uploader: { insertImageAsBase64URI: true, }, buttons: options, buttonsMD: options, buttonsSM: options, buttonsXS: options, sizeLG: 900, sizeMD: 700, sizeSM: 400, height: 600, style: { position: "static", minHeight: "600px" }, defaultLineHeight: 1.2, controls: { lineHeight: { list: [0.5], }, }, };