We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marker attributes are defined in markerTypes.json This has currently the following attribute types:
markerTypes.json
boolean
text
link
number
csv
This feature should display the different attribute types
Note: Providing a more convenient input for csv attribute type is not part of this issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Marker attributes are defined in
markerTypes.json
This has currently the following attribute types:
boolean
text
link
number
csv
This feature should display the different attribute types
View mode
boolean
as a checked or empty checkbox (icon, non-editable)text
as textlink
as a web link with external-content icon, which opens in a new tab/windownumber
as a numbercsv
as textEdit mode
boolean
as a checked or empty checkbox (editable)text
as a (resizable) textarealink
as a one-line input fieldnumber
as a number input fieldcsv
as a one-line input fieldNote: Providing a more convenient input for
csv
attribute type is not part of this issueThe text was updated successfully, but these errors were encountered: