From 9b97dc833bdb20d8a09a3a9af4a7aa2d018cfd9d Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 17 Oct 2020 16:28:14 -0700 Subject: [PATCH] more building fields --- config/attributes/building.yml | 6 +++++- config/locales/en.yml | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/attributes/building.yml b/config/attributes/building.yml index dd1c9806..597437b8 100644 --- a/config/attributes/building.yml +++ b/config/attributes/building.yml @@ -53,9 +53,13 @@ - :name: walls :label: Walls :purpose: - :label: Purpose + :label: Usage :icon: extension :attributes: + - :name: bedrooms + :label: Bedrooms + - :name: baths + :label: Baths - :name: purpose :label: Purpose - :name: permits diff --git a/config/locales/en.yml b/config/locales/en.yml index de4162ae..d42c0dae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -753,6 +753,8 @@ en: purpose: Why does %{name} exist? What is it for? permits: What permits does %{name} have? + bedrooms: How many bedrooms does %{name} have? + bathrooms: How many bathrooms does %{name} have? address: What is %{name}'s address?