Open the menu
    ```html

    Event Agenda : Add

    Allows the publisher to register new content through this form for the end user. The content will be made available in the list and detail interfaces available in the environment.

    Features

    • It’s an administration interface

    Screens

    Add
    • Title (string, required field, maximum length: 255) : Title to identify the events.
    • Introduction (text) : Brief text accompanying the title in the quick list and complete event list.
    • Intro Image (media) : Image accompanying the introduction in the quick list and complete event list.
    • Content (html, required field) : Internal text of the event corresponding to its detail. The user can access this content by clicking on the event title in one of the event lists. The registration of this field is done in a text editor that allows formatting similar to known text editors. It can also be edited in HTML through the "Source Code" option of the text editor.
    • Image (media) : Illustration accompanying the event content, that is, in its detail. However, the content image is always positioned at the beginning of it. The event content can also be illustrated through attached images in the text/HTML editor that allows the content registration.
    • Location (string, maximum length: 255) : Information about the event location. It can be used as a filter and sorting criterion.
    • Start Date (date and time, required field) : Date and time of the event start.
    • End Date (date and time) : Date and time of the event end.
    • Workflow: Allows defining and controlling content publication processes to ensure their quality.?
      • Status: Allows defining and controlling content publication processes to ensure their quality.
      • Responsible: The person or group currently responsible for the content.
      • Action: Specify the transition to define the next state of the workflow. The user will only see the transactions they are entitled to execute.
      • Send to: Specify the person who should be responsible for the content.
      • Messages: Used to exchange comments between publishers during the workflow process.?
    • Publication
      • Publication Period?
        • From: The date that this content will be published. If it is searchable, the search will only find this content after this date.
        • Until: The date that this content will be archived. If it is searchable, the search will not find this content after this date.
      • Highlight
        • Highlight: Select this item if you need the highlight property assigned to the content.
        • Until: Optionally specify until when this content should be highlighted.
      • Publish to instances: Publish the current content to multiple websites/instances?
      • Publish to users: Allows specifying which people can access this content. This can influence the search results.?
    • Language: Control the language of the current content and its display behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language that the user is browsing.
    • Associations: Allows associating this content with other contents of the portal.?
    • SEO & Sharing?
      • Simple page title: Defines the plain text that will be used, along with the title pattern, to generate the title of the content detail page.
      • Title generation pattern for page: Defines the title pattern for generating the title of the content detail page.
      • Description: Description for external search engines.
      • URL path: Defines the URL path of the content
      • URL title: Defines the text that should be used in the generation process of the friendly URL of the content detail page.
      • Canonical URL: Defines the canonical URL that should be used in the generation process of the content detail page.
      • Title: Defines the text that will be used as a title in shares for social networks.
      • Description: Defines the text that will be used as a description in shares for social networks.
      • Image: Defines the text that will be used as an image in shares for social networks.

    Links

    Permissions

    • Edit service instance content: Allows managing all data of this service instance with publisher profile.

    Actions

    • commit
    • Save and preview content. : Save content and then open the preview screen for that content.
    ```