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

With the markdown wrapper the title of the property is not displayed #459

Open
fredgaillardUniDistance opened this issue Oct 14, 2021 · 0 comments

Comments

@fredgaillardUniDistance

Describe the issue
when a property is wrapped with the markdown type, its title is not displayed

To Reproduce
With this JSONschema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"id": "http://domain.com/schemas/test/test-v1.0.0.json",
"title": "Test Markdown editor",
"type": "object",
"propertiesOrder": [
"editor"
],
"required": [
"$schema",
"pid",
"editor"
],
"additionalProperties": false,
"properties": {
"$schema": {
"description": "JSONSchema test",
"type": "string"
},
"pid": {
"description": "Invenio record identifier.",
"type": "string",
"minLength": 1
},
"editor": {
"title": "Title Markdown editor",
"type": "string",
"minLength": 10,
"form": {
"type": "markdown"
}
}
}
}

Expected behavior
Property title "Title Markdown editor" is not displayed

Screenshots
Capture d’écran 2021-10-14 à 15 07 18

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