fix(schema): dashArray belongs to features as well

This commit is contained in:
Alexis Métaireau 2024-05-15 18:50:28 +02:00
parent b0b0240103
commit 49913bf206
No known key found for this signature in database
GPG key ID: 1C21B876828E5FF2

View file

@ -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,