Skip to content

specify the type of attribute to be a path #76

@zavr-1

Description

@zavr-1

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 
    }]
  }
<test src="../img/"

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions