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

Enable displaying a node schema type instead of its value #445

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Aug 1, 2017

  1. Added an option 'valueDisplayMode' to choose what the node value of a…

    … tree should indicate. If set to 'value' (default) it displays the node value, as it used to do. If set to 'schema' and a schema has been defined in the options, it displays the schema type of the node. If set to 'schema-if-null', it only displays the schema type if the value of the node is null.
    ofrebourg committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    e6ea874 View commit details
    Browse the repository at this point in the history
  2. minor code style fixes

    ofrebourg committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    7cf6266 View commit details
    Browse the repository at this point in the history