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.7.2.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.2.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.2.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.7.0 templates/app/views/settings/new.json.jbuilder
hephaestus-0.6.4 templates/app/views/settings/new.json.jbuilder
hephaestus-0.6.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.6.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.6.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.6.0 templates/app/views/settings/new.json.jbuilder
hephaestus-0.5.2 templates/app/views/settings/new.json.jbuilder
hephaestus-0.5.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.5.0 templates/app/views/settings/new.json.jbuilder
hephaestus-0.4.0 templates/app/views/settings/new.json.jbuilder
hephaestus-0.3.1 templates/app/views/settings/new.json.jbuilder
hephaestus-0.2.3 templates/app/views/settings/new.json.jbuilder
hephaestus-0.2.2 templates/app/views/settings/new.json.jbuilder