View Source Glific.Tags.TemplateTags (Glific v5.1.6)

Simple container to hold all the template tags we associate with one template

Link to this section Summary

Functions

Creates and/or deletes a list of template tags, each tag attached to the same template

Link to this section Types

@type t() :: %Glific.Tags.TemplateTags{
  number_deleted: non_neg_integer(),
  template_tags: [Glific.Tags.TemplateTag.t()]
}

Link to this section Functions

Link to this function

update_template_tags(attrs)

View Source
@spec update_template_tags(map()) :: t()

Creates and/or deletes a list of template tags, each tag attached to the same template