Open the menu
    ```html

    Hierarchical Contents: Administration

    Allows for content management. Provides the registration of new contents, editing of previously existing contents, and also the deletion of already registered contents.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    Content

    • Title(string) : Title (required) that is linkable and makes up the list of contents.
    • Parent(string)
    • Position(integer) : Field (required) that determines the position of the content among its siblings in the hierarchy. If one or more siblings have the same position value, the order is determined by the title.
    • Type(integer)
    • Last modification(date and time)
    • Status(string)
    • Responsible(string)
    • Language(string)
    • Views in the last 30 days(string)

    Links

    Permissions

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

    Actions

    • delete
    • Duplicate
    • Display as tree: Changes the view of the administration interface to a tree model that facilitates the visualization of the hierarchies among the contents.
    ```