Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2268 This PR adds two new field 'widget' and 'type' to each properties. 'widget' : input, checkbox, textarea, password 'type' : number, string, boolean, url, password How about just add single field 'type' with possible values "string"(input), "number", "url", "password", "checkbox", "text"(textarea) ? @1ambda mentioned about backward compatibility. It'll help users who upgrade Zeppelin, if this PR reads `conf/interpreter.json` generated by previous version.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---