Sha256: 0c8277e5f1dcc2c52b9888afc58d6d2f96e015a80df980607a942ec5f32f81b3

Contents?: true

Size: 555 Bytes

Versions: 58

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

58 entries across 58 versions & 1 rubygems

Version Path
hephaestus-0.8.11 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.10 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.9.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.9.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.9 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.8 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7.5 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7.4 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.7 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.6 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.5 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.4.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.4 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.3.4 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.3.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.3.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.8.3.1 templates/app/views/settings/new.json.jbuilder