what if an attribute can be a path, like img src="./path" i want to be able to get access to the autocompletions based on the discovered files. couldn't find how it's done with img src actually.
"tags": {
"name": "test",
"description": "testing.",
"attributes": [{
"name": "src",
"description": "the source img",
"type": "file" // i want this
}]
}
what if an attribute can be a path, like
img src="./path"i want to be able to get access to the autocompletions based on the discovered files. couldn't find how it's done withimg srcactually.