diff --git a/app/controllers/admin/configs_controller.rb b/app/controllers/admin/configs_controller.rb index 44f58e9f6..4e6703d2d 100644 --- a/app/controllers/admin/configs_controller.rb +++ b/app/controllers/admin/configs_controller.rb @@ -141,7 +141,6 @@ module Admin community_name community_description community_member_label - community_action community_copyright_start_year staff_user_id tagline diff --git a/app/controllers/concerns/verify_setup_completed.rb b/app/controllers/concerns/verify_setup_completed.rb index b7cba402b..2348d641a 100644 --- a/app/controllers/concerns/verify_setup_completed.rb +++ b/app/controllers/concerns/verify_setup_completed.rb @@ -6,7 +6,6 @@ module VerifySetupCompleted MANDATORY_CONFIGS = %i[ community_name community_description - community_action main_social_image logo_png diff --git a/app/lib/constants/site_config.rb b/app/lib/constants/site_config.rb index 8295ee485..cf90423e2 100644 --- a/app/lib/constants/site_config.rb +++ b/app/lib/constants/site_config.rb @@ -33,10 +33,6 @@ module Constants description: "https://url.com/lander", placeholder: "URL campaign sidebar image will link to" }, - community_action: { - description: "Used to determine the action of community e.g coding, reading, training etc.", - placeholder: "coding" - }, community_copyright_start_year: { description: "Used to mark the year this forem was started.", placeholder: Time.zone.today.year.to_s diff --git a/app/models/site_config.rb b/app/models/site_config.rb index b00760238..ca0a13d49 100644 --- a/app/models/site_config.rb +++ b/app/models/site_config.rb @@ -42,7 +42,6 @@ class SiteConfig < RailsSettings::Base field :community_name, type: :string, default: ApplicationConfig["COMMUNITY_NAME"] || "New Forem" field :community_description, type: :string field :community_member_label, type: :string, default: "user" - field :community_action, type: :string field :tagline, type: :string field :community_copyright_start_year, type: :integer, default: ApplicationConfig["COMMUNITY_COPYRIGHT_START_YEAR"] || diff --git a/app/views/admin/configs/show.html.erb b/app/views/admin/configs/show.html.erb index 17210ff5a..711be300f 100644 --- a/app/views/admin/configs/show.html.erb +++ b/app/views/admin/configs/show.html.erb @@ -299,15 +299,6 @@
- Happy <%= SiteConfig.community_action %>!
-
- <%= community_name %> Team