added "auto book" displayed on the empty text pages as a replacement for children overview

This commit is contained in:
zadam
2019-10-05 20:27:30 +02:00
parent cbc7710d81
commit 516277a478
6 changed files with 55 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ const BUILTIN_ATTRIBUTES = [
{ type: 'label', name: 'run', isDangerous: true },
{ type: 'label', name: 'customRequestHandler', isDangerous: true },
{ type: 'label', name: 'customResourceProvider', isDangerous: true },
{ type: 'label', name: 'bookZoomLevel', isDangerous: false },
// relation names
{ type: 'relation', name: 'runOnNoteView', isDangerous: true },