Back to xsigns simple events Support

joaocosta.azores20952
joaocosta.azores20952

I've update alias field in events/field.yaml to:

    alias:
        label: 'xsigns.events::lang.form.alias'
        size: large
        span: full
        type: text
        preset:
            field: title
            type: slug
        commentAbove: 'xsigns.events::lang.form.alias_desc'

Also update alias rule in models/events.php to:

'alias' => 'required|between:3,64|unique:xsigns_events'

At least for what I understand, this is supposed to be a slug.

1-1 of 1