make books viewlet only available in insiders (#7055)

* make books viewlet only available in insiders

* insiders only: Books widget on dashboard
This commit is contained in:
Maddy
2019-09-05 09:20:03 -07:00
committed by GitHub
parent e2ea397fb9
commit cbbd4ffbb6
2 changed files with 3 additions and 1 deletions

View File

@@ -417,6 +417,7 @@
},
{
"name": "%title.books%",
"when": "notebookQuality != stable",
"row": 0,
"col": 2,
"colspan": 1,

View File

@@ -362,7 +362,8 @@
"books-explorer": [
{
"id": "bookTreeView",
"name": "Books"
"name": "Books",
"when": "notebookQuality != stable"
}
]
}