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

Cannot add repeatable fields in group type field #17

Open
martinjankov opened this issue Jul 6, 2020 · 0 comments
Open

Cannot add repeatable fields in group type field #17

martinjankov opened this issue Jul 6, 2020 · 0 comments

Comments

@martinjankov
Copy link

Hi,

I tried to add group type field with repeatable fields in the layouts, but I don't see option on how to add the repeatable fields.

I have the following:
'layouts' => [ [ 'name' => __( 'Clients' ), 'id' => 'clients', 'type' => 'group', 'repeatable' => true, 'options' => [ 'group_title' => 'Client {#}', 'add_button' => 'Add Client', 'remove_button' => 'Remove Client', 'closed' => true, 'sortable' => true, ], ], ]

How can I add the fields that will be in that group?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant