We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d250b commit 44c83cfCopy full SHA for 44c83cf
1 file changed
lib/kiba/extend/transforms/collapse/fields_to_repeatable_field_group.rb
@@ -190,7 +190,7 @@ module Collapse
190
# If you do not want empty field groups removed, do:
191
#
192
# ~~~
193
- # transform Cspace::FieldsToRepeatableFieldGroup,
+ # transform Collapse::FieldsToRepeatableFieldGroup,
194
# sources: %i[a b],
195
# targets: %i[foo bar],
196
# delim: '|',
@@ -233,7 +233,7 @@ module Collapse
233
# And tranform:
234
235
236
237
238
239
0 commit comments