We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aebee7 commit df18921Copy full SHA for df18921
assets/js/pages-page.js
@@ -230,6 +230,9 @@
230
this.$pageTree.treeView('markActive', tabId)
231
$('[data-control=filelist]', this.$sidePanel).fileList('markActive', tabId)
232
233
+ // Disable fancy layout on nested forms in repeater items
234
+ $('.field-repeater-item .form-tabless-fields', $tabPane).addClass('not-fancy');
235
+
236
var objectType = $('input[name=objectType]', $form).val()
237
if (objectType.length > 0 &&
238
(context.handler == 'onSave' || context.handler == 'onCommit' || context.handler == 'onReset')
0 commit comments