Open the menu
    ```html

    Blog: Edit Post

    Interface that allows publishers to edit blog posts.

    Features

    • It is an administration interface

    Screens

    Edit Post
    • Title (string, required field, max length: 255) : Title of a post
    • Introduction (text) : Introduction of a post
    • Intro Image (media) : Intro image of a post
    • Content (html, required field) : Content of a post
    • Workflow: Allows defining and controlling content publication processes to ensure its quality.?
      • Status: Allows defining and controlling content publication processes to ensure its 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 authorized to perform.
      • Submit 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 searchable, the search will only find this content after this date.
        • To: The date that this content will be archived. If searchable, the search will not find this content after this date.
      • Publish to Instances: Publish the current content to multiple websites/instances?
      • Publish to Users: Allows specifying which people can access this content. This may influence search results.?
    • Language: Control the current content language and its display behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language that the user is browsing.
      • Translate to
    • Associations: Allows associating this content with other contents of the portal.?
    • Tags
    • SEO & Sharing?
      • Simple page title: Defines the simple text that will be used, along with the title template, to generate the title of the content detail page.
      • Page title generation pattern: Defines the title pattern, to generate the title of the content detail page.
      • Description: Description for external search engines.
      • URL Path: Defines the content URL path
      • URL Title: Defines the text that should be used in the process of generating the friendly URL of the content detail page.
      • Canonical URL: Defines the canonical URL that should be used in the process of generating the content detail page.
      • Title: Defines the text that will be used as the title in shares for social networks.
      • Description: Defines the text that will be used as the description in shares for social networks.
      • Image: Defines the text that will be used as an image in shares for social networks.
    • STR_CONTENT_IDENTIFICATION?
      • Automatic: STR_DOC_CONTENT_IDENTIFICATION_INHERIT
      • Slug

    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 of this content.
    ```