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

UISchemaGenerator improvements #188

Merged
merged 2 commits into from
Mar 2, 2016

Commits on Feb 29, 2016

  1. Adjust UISchemaGenerator to create Controls for Arrays

    Instead of an HorizontalLayout the UISchemaGenerator now generates
    an Array control for JsonSchema objects of type array.
    sdirix committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    d8a78ed View commit details
    Browse the repository at this point in the history
  2. Adjust UISchemaGenerator to wrap every schema in a VerticalLayout

    The UISchemaGenerator now also generates a VerticalLayout when the
    JSONSchema only consists of a single primitive type.
    sdirix committed Feb 29, 2016
    Configuration menu
    Copy the full SHA
    476ad20 View commit details
    Browse the repository at this point in the history