780

Product support

Get help in the plugin support forum.

  • Added on Aug 20, 2021
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x not tested
    v2.x use latest
    v1.x not tested
  • Created by
  • Public repository

Categories

Arrange backend form fields into groups. Showing and hiding groups depend on other fields.

This used in fields.yaml

That is need for better groupping fields in the backend forms

Use type: group in field definition and fields: property contain your fields.

This is work like in repeater widget, but your fields saved as normal database fields or relations.

You might deep groupping and showing complex relations in the group field

  • Found the plugin useful on 3 Aug, 2022

    Very good !

    A example could be usefull :

    prix:
                type: group
                tab: principal
                span: left
                fields:
                    unit_name:
                        label: 'Unité de vente'
                        type: text
                        span: 12 
                    prix:
                        label: 'Prix de vente TTC'
                        comment: 'Prix de vente public en euro.'
                        type: number
                        span: 12

1.0.1

First version of groupfields

Aug 20, 2021