add word count widget to the demo document (plus cleanup of external links)

This commit is contained in:
zadam 2020-06-14 16:29:29 +02:00
parent fb3876d28b
commit 6ba2e5cf73
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

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