summaryrefslogtreecommitdiffstats
path: root/acf/model/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'acf/model/init.lua')
-rw-r--r--acf/model/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/acf/model/init.lua b/acf/model/init.lua
index 2a80b1a..2f50b66 100644
--- a/acf/model/init.lua
+++ b/acf/model/init.lua
@@ -148,6 +148,7 @@ function M.Collection:init(params, itype)
self.itype = itype or node.Collection
self.iparams = {
destroy=self.destroy,
+ layout=self.layout,
required=self.required,
ui_member=self.ui_member
}