-
Notifications
You must be signed in to change notification settings - Fork 386
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
Fixed nested arrays settings #2 #1510
Conversation
Fixed lint;
Pull Request Test Coverage Report for Build 5602384045
💛 - Coveralls |
do you think it's my fault?
|
No necessarily just letting you know |
Rerunning to double check |
New beta version works for me. I need feedback to remove temporary flag, in case of problems I will need plugin and config, after which you can tag me and I will figure it out. |
@Slonick Looks like rerunning jobs worked. |
New beta is published |
* Add singular plug-in label (#1458) * Document the default port/address that you can access the UI in your web browser (#1252) * Improve translations (#1459) * Fix capitalization (#1496) * Update zh-CN.json (#1503) * Fixed nested arrays settings (#1504) * Fixed nested arrays settings #2 (#1510) * Fixed nested arrays; Fixed lint; * Removed console.log() * Fixed nested arrays #3 (#1511) * Wait for custom UI (#1522) * Wait for custom UI (#1523) --------- Co-authored-by: Dave Nicolson <[email protected]> Co-authored-by: Adam Coulombe <[email protected]> Co-authored-by: Aiden <[email protected]> Co-authored-by: Artem Kononenko <[email protected]>
♻️ Current situation
Nested arrays display only one element.
💡 Proposed solution
To solve the problem, the generated layout and data are matched.
⚙️ Release Notes
The fix is applied only if
"fixArrays": true
is added to config.schema.json.For example:
{ "pluginAlias": "examplePluginAlias", "pluginType": "platform", "singular": true, "fixArrays": true, "schema": {...} }