-
Notifications
You must be signed in to change notification settings - Fork 25
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
entity: configure the editor #3300
Conversation
3fd00b6
to
1cb9d36
Compare
@@ -46,6 +46,8 @@ | |||
"subordinate_unit": { | |||
"title": "Subordinate units", | |||
"type": "array", | |||
"minItems": 1, | |||
"maxItems": 2, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be deleted?
}, | ||
"templateOptions": { | ||
"requiredExpression": "true", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessary?
@@ -79,7 +80,8 @@ | |||
"minLength": 3, | |||
"form": { | |||
"templateOptions": { | |||
"itemCssClass": "col-lg-6" | |||
"itemCssClass": "col-lg-6", | |||
"hide": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessary?
- Configures the entity type select in the editor. - Uses only one identifier definition. - Fixes oneOf configurations. - Fixes editor UI layout. - Fixes $ref resolution in during the document importation. - Uses the dump method in the serializer when the resolve=1. - Fixes aggregations size configuration. - Fixes query boosting. - Fixes autocomplete max length. - Closes rero#2619. Co-authored-by: Johnny Mariéthoz <[email protected]>
Co-authored-by: Johnny Mariéthoz [email protected]
Dependencies