Skip to content
New issue

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

[FEATURE] support enum in manifest.json #428

Open
plutoless opened this issue Dec 18, 2024 · 0 comments
Open

[FEATURE] support enum in manifest.json #428

plutoless opened this issue Dec 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@plutoless
Copy link
Contributor

Description

currently for some properties they have a fixed set of legal values. to notify developer what these values are and their corresponding labels, we need to define it in manifest.json

Environment

linux

Steps to reproduce

N/A

Expected behavior

{
  "enum_prop1": {
    "type": "enum",
    "values": ["123", "345"].
    "labels": ["test1", "test2"]
  }

Actual behavior

1

Version

0.5.0

Severity

Critical

Additional Information

No response

@plutoless plutoless added the bug Something isn't working label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant