Open the menu
    ```html

    Customer Experience : Edit Event

    Features

    • It's an administration interface

    Screens

    Edit Event
    • Name (short text (string), required field, maximum length: 50)
    • ID (short text (string), required field, maximum length: 192) : identifier of the event
    • Verb (short text (string), maximum length: 255) : verb that represents the action of the event
    • Description (long text (text)) : description of the event
    • Enabled (conditional (boolean), required field, default value: true) : indicates if the event is enabled.
    • Field groups (short text (string)) : group of event fields
    • Fields (short text (string)) : event field

    Permissions

    • Manage events: Allows managing custom events.

    Actions

    • Confirm with Ok : edits the event.
    ```