-
Notifications
You must be signed in to change notification settings - Fork 42
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
Dropdowns and checkboxes #118
Comments
@geo782 vorto wraps existing data types so you don't configured the wrapped data type from within vorto, you configure it via it's own data type prevalue editor. Vorto then reuses that data type definition. So, to set the dropdown prevalues, you do it on the dropdown data type that vorto is wrapping. |
@mattbrailsford thanks for the reply. I created a dropdown and then selected it in new vorto.
In the frontend i get the text System.String[] instead of faqCategory value. |
@geo782 can you reformat you code snippet please? I can't understand what it's doing. Please see https://help.github.com/en/articles/creating-and-highlighting-code-blocks for details on how. |
@mattbrailsford sorry i eddited the code, now its ok. |
Hi,
Im using umbraco 7.13.2 and Vorto 1.7.1. and im trying to use vorto with dropdown and checkbox without success. textstring and textarea works fine. What i do is, go to developer > Datatypes, New datatype, Select vorto and then dropdown (or checkbox) and save. Then in document type, add the new field.
The problem is that I dont see any field to add the dropdown values. The same happens for checkbox.
If i add the original dropdown, there is a field "Add prevalue" to add, remove or sort values for the list.
Any idea why this happens?
The text was updated successfully, but these errors were encountered: