Download the PHP package toutouwai/minimal-fieldset without Composer
On this page you can find all versions of the php package toutouwai/minimal-fieldset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download toutouwai/minimal-fieldset
More information about toutouwai/minimal-fieldset
Files in toutouwai/minimal-fieldset
Package minimal-fieldset
Short Description A ProcessWire module that adds a config option to fieldsets to render them without label or padding in Page Edit.
License MPL-2.0
Homepage https://github.com/Toutouwai/MinimalFieldset
Informations about the package minimal-fieldset
Minimal Fieldset
A module for ProcessWire CMS/CMF. Adds a config option to Fieldset/FieldsetGroup/FieldsetPage to render the fieldset without label or padding in Page Edit. When a neighbouring field in the same row is taller than the fieldset the extra height is distributed evenly among rows within the fieldset.
Requires ProcessWire v3 and AdminThemeUikit.
Why?
This module allows you to create layouts in Page Edit that would not be possible without it. It's useful when you want a layout that has two or more fields as rows that are themselves within a row in Page Edit.
It's also useful when you have some fields that you want to add to a template as a group (i.e. via FieldsetGroup or FieldsetPage) but having a heading and visible wrapper for the fieldset in Page Edit would be redundant.
Example:
Installation
Install the Minimal Fieldset module.
Usage
In the field settings for any Fieldset/FieldsetGroup/FieldsetPage, tick the "Remove label and padding for this fieldset" checkbox.
You can optionally disable the distribution of vertical space within the fieldset if you like.
All versions of minimal-fieldset with dependencies
processwire/processwire Version >=3.0.0
wireframe-framework/processwire-composer-installer Version ^1.0.0