add possibility to add whole iso date as date pattern, #1496

This commit is contained in:
zadam
2020-12-20 22:49:42 +01:00
parent f8936f3bc8
commit a1b2e22ba5
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'workspaceTabBackgroundColor' },
{ type: 'label', name: 'searchHome' },
{ type: 'label', name: 'sqlConsoleHome' },
{ type: 'label', name: 'datePattern' },
// relation names
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },