sparkles: Added name and version without spaces to avoid validation issues
This commit is contained in:
parent
ea6b5be5a7
commit
75660c8bd6
1 changed files with 2 additions and 4 deletions
|
@ -24,10 +24,8 @@ export default {
|
|||
.attr("data-text-class", "title-name");
|
||||
this.points._titlePattern = so.at
|
||||
.shift(-90, 20)
|
||||
.attr(
|
||||
"data-text",
|
||||
this.context.config.name + " v" + this.context.config.version
|
||||
)
|
||||
.attr("data-text", this.context.config.name)
|
||||
.attr("data-text", "v" + this.context.config.version)
|
||||
.attr("data-text-class", "title-pattern fill-note");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue