Open the menu
    ```html

    Blog: Administration

    Interface that allows managing blog posts.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    Post

    • Title(string) : Title of a post
    • Last modification(date and time)
    • Status(string)
    • Responsible(string)
    • Language(string)
    • Views in the last 30 days(string)

    Tag

    • Tag(Tag) : Tags related to posts

    Links

    Permissions

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

    Actions

    • Delete
    • Block for changes : Blocks or unblocks content for changes, preventing two publishers from changing the content at the same time.
    • Duplicate
    ```