diff options
| author | bobzel <zzzman@gmail.com> | 2025-03-07 23:13:33 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-03-07 23:13:33 -0500 |
| commit | 1a48ccf57ae43bc582dcd7be453e0ad217d38828 (patch) | |
| tree | ca1aae3817b20ff14292e6dffd347d7456f3f093 /src/client/documents | |
| parent | 82ba2c85e22fb809f1a5fba827c73555db0e4cd9 (diff) | |
fixed following text hyperlinks to Docs. fixed using fieldinfos for DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type.
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 61b370da4..4b5979965 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -35,7 +35,7 @@ export enum FInfoFieldType { enumeration = 'enum', date = 'date', list = 'list', - rtf = 'rich text', + rtf = 'richtext', map = 'map', } export class FInfo { |
