mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
fix(schema): dashArray belongs to features as well
This commit is contained in:
parent
10a68a75e4
commit
5a565dd2ee
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export const SCHEMA = {
|
||||||
dashArray: {
|
dashArray: {
|
||||||
type: String,
|
type: String,
|
||||||
impacts: ['data'],
|
impacts: ['data'],
|
||||||
belongsTo: ['map', 'datalayer'],
|
belongsTo: ['map', 'datalayer', 'feature'],
|
||||||
label: translate('dash array'),
|
label: translate('dash array'),
|
||||||
helpEntries: 'dashArray',
|
helpEntries: 'dashArray',
|
||||||
inheritable: true,
|
inheritable: true,
|
||||||
|
|
Loading…
Reference in a new issue