Simplify trashcan code (#3110)

Also delete unused props in CSS.
This commit is contained in:
Neil Fraser
2019-09-27 11:43:56 -07:00
committed by GitHub
parent fc2c730e44
commit b701475984
4 changed files with 27 additions and 64 deletions

View File

@@ -109,6 +109,7 @@ function start() {
horizontalLayout: side == 'top' || side == 'bottom',
maxBlocks: Infinity,
maxInstances: {'test_basic_limit_instances': 3},
maxTrashcanContents: 256,
media: '../media/',
oneBasedIndex: true,
readOnly: false,