phx-react
Version:
PHX REACT
18 lines • 529 B
JavaScript
export const isDevPlayground = false;
export const DEFAULT_SETTINGS = {
disableBeforeInput: false,
emptyEditor: 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