Davide Bellini
Davide Bellini
Related to https://github.com/CachetHQ/Cachet/issues/2100 Now groups are ordered by severity status and specified order.
Hi guys, does exists an option to use a different format on submit? For example I have to show a date with italian format: "d-m-Y" but save it in the...
I have added a Types Link field inside a Super Table and I notice that the "Open in new window ?" cannot be checked. It works fine outside Super Table...
### Description With a site that use Chinese language (zh or any zh-* variation), error messages are in english. For example, I have created 3 sites: English, Italian and Chinese:...
To use validation rules like **required_if**, **required_with**, **same** the `fields.` string must be added before the field name. But this note missing from the docs.
## Bug Description If you try to add Chinese characters in the Title field of an entry, Statamic doesn't generate the slug. ## How to Reproduce 1. In the Title...
I notice some weird dark borders applying `mask` using Imagick. Using GD, `mask` is very slow but borders seems ok. Thought? ### This is the code: ```php $image = Image::make('image.png');...
On some elements there is an hard coded `hidden` class instead of use the `hiddenClass` param.