Ensure that default collections table is clear (#8216)

addition to #8124
This commit is contained in:
LeeLenaleee 2020-12-22 16:22:25 +01:00 committed by GitHub
parent 491f871218
commit 074f3b6d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,9 +170,9 @@ A properties collection option is defined by the same options of the [animation
| Name | Option | Value
| ---- | ------ | -----
| `numbers` | `type` | `'number'`
| | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
| `numbers` | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
| `colors` | `type` | `'color'`
| | `properties` | `['borderColor', 'backgroundColor']`
| `colors` | `properties` | `['borderColor', 'backgroundColor']`
Direct property configuration overrides configuration of same property in a collection.