phx-react
Version:
PHX REACT
21 lines • 665 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_SETTINGS = exports.isDevPlayground = void 0;
exports.isDevPlayground = false;
exports.DEFAULT_SETTINGS = {
disableBeforeInput: false,
emptyEditor: exports.isDevPlayground,
isAutocomplete: false,
isCharLimit: false,
isCharLimitUtf8: false,
isMaxLength: false,
isRichText: true,
measureTypingPerf: false,
shouldUseLexicalContextMenu: false,
showNestedEditorTreeView: false,
showTableOfContents: false,
showTreeView: true,
tableCellBackgroundColor: true,
tableCellMerge: true,
};
//# sourceMappingURL=appSettings.js.map