Open the menu
    ```html

    Contents for Experiences: Edit

    Provides the publisher with a form to update previously registered content.

    Features

    • It is an administration interface

    Screens

    Edit
    • Name (string, required field, maximum length: 255) : Name of the content.
    • Introduction (text) : Introduction text of the content, containing a brief summary of it.
    • Call to Action (string, maximum length: 255) : An optional call to action. This field will always be sent in REST calls to the List Interface.
    • Image (media) : Illustration accompanying the content.
    • Content (html) : Content that corresponds to the details of it. The registration of this field is done in a text editor that allows formatting types similar to known text editors. It can also be edited in HTML through the "Source-Code" option of the text editor.
    • Category (string, maximum length: 255) : Field that determines the category of the content, it is used to filter the contents in the List Interface.
    • Position (integer, required field, default value: 0) : Field that determines the position of the content among its siblings in the hierarchy. If one or more siblings contain the same position value, the order is determined by name.
    • Link Type (integer) : Field that determines the behavior of the link associated with the content. The types are "URL", "Page", "Channel", "Document", and "Reference to another content".
    • Page (internal page) : The page of the channel structure to which the user will be linked.
    • Channel (internal channel) : The channel of the channel structure to which the user will be linked.
    • Document (document) : The document that this content represents. The link generated for this type of content is the download link for the document.
    • URL (string, maximum length: 255, default value: http://) : Link to an external site. The registration of this field is done in a text box that allows writing the URL of the site.
    • Referenced Content (identifier) : The portal content to which the user will be linked.
    • 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 who is 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 perform.
      • Send to: Specify the person who should be responsible for the content.
      • Messages: Used to exchange comments among publishers during the workflow process.?
    • Publication
      • Publication Period?
        • From: The date that this content will be published. If searchable, the search will only find this content after this date.
        • Until: The date that this content will be archived. If searchable, the search will not find this content after this date.
      • Highlight
        • Highlight: Select this item if you need the highlight property to be 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 search results.?
    • Language: Control the language of the current content and its viewing behavior.?
      • Language: Specify the language of the current content. By default, it selects the language the user is browsing in.
      • Translate to
    • Associations: Allows associating this content with other contents of the portal.?

    Links

    Permissioning

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

    Actions

    • commit
    ```