Open the menu
    ```html

    Blog : Add Post

    Interface that allows publishers to add posts to the blog.

    Features

    • It is an administration interface

    Screens

    Add Post
    • Title (string, required field, maximum size: 255) : Title of a post
    • Introduction (text) : Introduction of a post
    • Introduction Image (media) : Introduction 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 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 this content will be published. If searchable, the search will only find this content after this date.
        • Until: The date 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 language of the current content and its display behavior.?
      • Language: Specify the language of the current content. By default, it chooses the language the user is browsing in.
    • 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 pattern, to generate the title of the content detail page.
      • Title Generation Pattern for Page: Defines the title pattern to generate the title of the content detail page.
      • Description: Description for external search engines.
      • URL Path: Defines the URL path of the content
      • Title for URL: 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 to social networks.
      • Description: Defines the text that will be used as the description in shares to social networks.
      • Image: Defines the text that will be used as the image in shares to 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 for that content.
    ```