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

Added saveAndNextButton to groupEditOptions #112

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions schemas/json/layout/layout.schema.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,11 @@
"title": "Open by default",
"description": "Boolean value indicating if group should be opened to add a new item by default when no items exist.",
"type": "boolean"
},
"saveAndNextButton": {
"title": "Save and open next button",
"description": "Boolean value indicating whether save and go to next button should be shown or not in addition to save and close button in edit mode of repeating group item.",
"type": "boolean"
}
}
},
Expand Down