Sha256: 0c8277e5f1dcc2c52b9888afc58d6d2f96e015a80df980607a942ec5f32f81b3

Contents?: true

Size: 555 Bytes

Versions: 38

Compression:

Stored size: 555 Bytes

Contents

# frozen_string_literal: true

json.version("2023-03-06")
json.settings do
  json.array!([
    {
      component: "text_field",
      name: "from_name",
      heading: t(:some_example_heading),
      placeholder: "{{ organization['name'] }} - {{ inbox['name'] }}",
      label: t(:some_example),
    },
    {
      component: "email_field",
      name: "reply_to_email",
      heading: t(:another_example_heading),
      placeholder: "{{ inbox['slug'] }}@{{ organization['name'] | downcase }}.biz",
      label: t(:another_example_label),
    },
  ])
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
hephaestus-0.8.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.0 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.7.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.7 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.6.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.6.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.6 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.5.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.5.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.5.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.5 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.4.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.4.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.4 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.3.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.2.5 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.2.4 templates/app/views/settings/new.json.jbuilder