added button for entering workspace

This commit is contained in:
zadam
2020-11-29 22:32:31 +01:00
parent 1c5425c9eb
commit 2a6978c349
7 changed files with 55 additions and 34 deletions

View File

@@ -33,6 +33,9 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'noteRevisionsWidgetDisabled' },
{ type: 'label', name: 'whatLinksHereWidgetDisabled' },
{ type: 'label', name: 'similarNotesWidgetDisabled' },
{ type: 'label', name: 'workspace' },
{ type: 'label', name: 'workspaceIconClass' },
{ type: 'label', name: 'workspaceTabBackgroundColor' },
// relation names
{ type: 'relation', name: 'runOnNoteCreation', isDangerous: true },