Skip to content

Fix VESPA_target_* global attribute #57

@BaptisteCecconi

Description

@BaptisteCecconi

Currently, the VESPA_target_name and VESPA_target_class attributes are a text string, with # separator.

Example:

VESPA_target_name = "Jupiter#Io"
VESPA_target_class = "planet#satellite"

We should transform this into a list of terms:

VESPA_target_name = ["Jupiter", "Io"]
VESPA_target_class = ["planet", "satellite"]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions