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

Item options are not visible by default #15

Open
Robinlovelace opened this issue Nov 2, 2022 · 1 comment
Open

Item options are not visible by default #15

Robinlovelace opened this issue Nov 2, 2022 · 1 comment

Comments

@Robinlovelace
Copy link
Contributor

This is bamboozling me. As shown below the menus are not visible.

Code that I was looking at to fix it:

schema/v1.html

Lines 21 to 38 in 1e9ffa7

var editor = new JSONEditor(document.getElementById('editor_holder'), {
ajax: true,
disable_edit_json: false,
disable_collapse: true,
theme: 'bootstrap4',
schema: {
"$id": "https://example.com/arrays.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A representation of a person, company, organization, or place",
"type": "object",
"properties": {
// "basic": {
// "title": "Generic intervention (minimal)",
// "type": "array",
// "items": {
// $ref: "schemas/all.json"
// }
// },

But hit blanks. Also links to visualisation question.

image

@Robinlovelace
Copy link
Contributor Author

Any ideas @dabreegster ? Greetings from the Birminham to Leicester line!

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

1 participant