1.1releasedField Group
Group fields in a row.
Clone URLhttps://github.com/pixelninja/field_group.git
Add as a submodulegit submodule add https://github.com/pixelninja/field_group.git extensions/field_group --recursive
Compatibility
2.x.x | 2.1.x | 2.2.x | 2.3.x | 2.4.x | 2.5.x | 2.6.x | 2.7.0 | 2.7.1 | 2.7.2 | 2.7.3 | 2.7.4 | 2.7.5 | 2.7.6 | 2.7.7 | 2.7.8 | 2.7.9 | 2.7.10 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
No | No | No | No | No | No | No | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 |
Readme
Field Group
A Symphony CMS extension to group fields in a row.
Purpose
Sometimes there are groups of fields that would look nicer in a row, either aesthetically or for a better UI, instead of stacked. This solves that.
Installation
- Upload the
/field_group
folder to your Symphony/extensions
folder. - Enable it by selecting "Field Group", choose Enable from the with-selected menu, then click Apply.
Usage
There are 2 fields, Group Start and Group End. All fields within those will be grouped into a parent wrapper. If there is no Group End field, it will pull out all following fields (including other Groups) so use wisely.
As this groups using Javascript, fields with a different placement will not be included. Make sure each field within a group has the same placement.
Todo
- Add columns option, to allow for a maximum column length within rows.
Version history
Requires Symphony 2.7.x
- Compatibility with Checkbox field
Requires Symphony 2.7.x