Open the menu
    ```html

    Multiple Blog: Add Blog

    This interface is accessed from the My Blogs interface. The page that contains it must therefore have the "Hidden" property selected.

    Features

    • It is an administration interface

    Screens

    Add Blog
    • Title (string, required field, maximum size: 255) : A mandatory field that must contain the name of the blog that will be available in the list of blogs. Usually contains the name of the person or subject to be discussed.
    • Introduction (text) : An optional field to describe the function of the created blog. When registered, it is made available in the Blog Details, which contains the list of posts for this blog.
    • Number of posts per page (integer, required field, default value: 10) : A mandatory field that allows you to determine the number of posts per page. It is important to emphasize that the number of posts per page must be greater than or equal to 1 and less than or equal to 100.

    Permissions

    • Create: Allows creating new Blogs, Posts, and Comments for this service instance.

    Actions

    • commit
    ```