Releases: mecha-cms/x.panel
Releases · mecha-cms/x.panel
v2.1.6
- Added
Blobs
field type as an alternative toBlob
field type that can accept multiple file uploads. - Added ability to convert RGB color string into HEX color string for
Color
andColors
field type. - The generic file uploading interface now uses
Blobs
field type as the file picker so that you can now upload multiple files there.
v2.1.5
- Added
Set
field type. - Added optional
title
anddescription
attribute forFields
. - Fixed broken recursive folder delete if
trash
parameter exists.
[
'lot' => [
0 => [
'title' => 'Optional Fields Title',
'description' => 'Optional fields description.',
'type' => 'Fields',
'lot' => [
// Group field(s)
0 => [
'title' => 'Optional Group Title',
'description' => 'Optional group description.',
'type' => 'Set',
'lot' => [
0 => [
'type' => 'Fields',
'lot' => [
// Inline field(s) inside a group
0 => [ … ],
1 => [ … ],
2 => [ … ]
]
]
]
],
// Inline field(s)
1 => [ … ]
2 => [ … ]
3 => [ … ]
]
]
]
]
v2.1.4
v2.1.3
- #13 TODO: Fix this issue.
- Added error log notification in the GUI when debug mode is enabled by the author.
- Added notification tab in the state editor to give a set of fields for author to store their contact details. By default, you will have an email address field there. Developers may add more contact details there to be used on certain extensions.
v2.1.2
For Mecha 2.2.0.
- Refactor.
v1.0.1
@mecha-cms/extend.user