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

Mindtagger: Defining categorical tags/labels #82

Open
v-makh opened this issue Sep 26, 2016 · 0 comments
Open

Mindtagger: Defining categorical tags/labels #82

v-makh opened this issue Sep 26, 2016 · 0 comments

Comments

@v-makh
Copy link

v-makh commented Sep 26, 2016

I'm struggling with the right tag schema to define a simple categorical tag (e.g. object_type can take 1 of N possible values).

Ideally, for the tag, I'd like the possible values to be listed as a drop down menu or an array of buttons and the user can select one. I'm not sure what the right way is for defining the tag schema for this task. I'm using the following but it just returns an "N/A" labeled button.

{                        
    "object type": {     
        "type": "parametric",  
        "params": "string",    
        "values": [ "A", "B", "C" ]                                                       
    }                                                                                
}  

Any help appreciated!

@netj netj removed their assignment Apr 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants