Glific v0.3.1 Glific.Tags.TemplateTags View Source

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

Specs

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

Specs

update_template_tags(map()) :: t()

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