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 10a68a75e4
commit 5a565dd2ee

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,