Open the menu
    ```html

    Tag Manager: Edit

    Provides the publisher with a form to update previously registered content.

    Features

    • It is an administration interface

    Screens

    Edit
    • Name (string, required field, maximum length: 100) : Tag name.
    • Position (integer, required field, default value: 0) : The field is used to define the order in which the tags will be imported on the client side.
    • Description (text) : Textual description of the tag.
    • Tag type (string, required field, maximum length: 15) : Choose between registering the default LumisXP tag for event tracking or registering a custom tag.
    • HTML code of the tag (text) : The body of the tag in HTML code.
    • Trigger type (string, required field, maximum length: 15) : Type of filter that will make the tag apply.
    • JavaScript code of the trigger (text) : Register a boolean JavaScript expression that when true on the client-side, the tag will be imported on the current page. Otherwise, it will not be imported. For example, imagine a site where each page has a global variable window.category. Then, for this field, the value can be registered window.category == "news". Thus, the tag will only be applied on pages where this condition is true.
    • Category (identifier)
    • Workflow: Allows defining and controlling content publication processes to ensure quality.?
      • Status: Allows defining and controlling content publication processes to ensure quality.
      • Responsible: The person or group that is 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.

    Permissioning

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

    Actions

    • Save
    • commit
    ```