You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a form builder using tabs and I use groups so that I can use the table format and condense the options. I often find ACF fails for lack of good UI. Of course I know how I could make this work, but this package is less about how to do things and more about how to do things as efficiently and DRY. That said I don't think it's possible to exclude sub_fields or it needs more explanation. Here is my example.
fields:tab_base: label: Base type: tab primary: label: '' type: group layout: tablesub_fields:required: label: Required type: true_false label: label: Label type: textrequired: truename: label: Name type: text placeholder: label: Placeholder type: text options: label: Options type: repeaterrequired: true layout: tablemin: 1button_label: 'Add Option'rows_per_page: 20sub_fields:option: label: Option type: text tab_validation: label: Validation type: tab validation: label: '' type: group layout: tablesub_fields:min: label: Min type: number max: label: Max type: number regex: label: Regex type: text mask: label: Mask type: text
title: 'Form'key: 'form_default'position: 'acf_after_title'hide_on_screen: - the_contentlocation:--param: post_typeoperator: '=='value: form show_in_graphql: 1graphql_field_name: metaFormfields:form_url:type: urllabel: Form Endpoint fields: label: Fieldsaria-label: ''type: flexible_content button_label: 'Add Field'layouts:text:display: 'block'label: Text sub_fields:form:label: Form type: "blueprint"source: "form"prefix: falseprefix_label: falseexcludes: - optionsselect:display: 'block'label: Dropdown sub_fields:form:label: Form type: "blueprint"source: "form"prefix: falseprefix_label: false textarea:display: 'block'label: Message sub_fields:form:label: Form type: "blueprint"source: "form"prefix: falseprefix_label: false excludes: - options- validation_regex- regex- mask
The text was updated successfully, but these errors were encountered:
I am trying to make a form builder using tabs and I use groups so that I can use the table format and condense the options. I often find ACF fails for lack of good UI. Of course I know how I could make this work, but this package is less about how to do things and more about how to do things as efficiently and DRY. That said I don't think it's possible to exclude sub_fields or it needs more explanation. Here is my example.
The text was updated successfully, but these errors were encountered: