From 06c8be370f5c6e6b341ef0ae51617ade7b804f32 Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Thu, 7 May 2020 16:25:08 +0700 Subject: [PATCH] Add social preview fields to dashboard (#7703) --- app/dashboards/classified_listing_category_dashboard.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/dashboards/classified_listing_category_dashboard.rb b/app/dashboards/classified_listing_category_dashboard.rb index 901b3d287..4f2d81e7e 100644 --- a/app/dashboards/classified_listing_category_dashboard.rb +++ b/app/dashboards/classified_listing_category_dashboard.rb @@ -30,6 +30,8 @@ class ClassifiedListingCategoryDashboard < Administrate::BaseDashboard slug rules cost + social_preview_description + social_preview_color ].freeze # SHOW_PAGE_ATTRIBUTES @@ -40,6 +42,8 @@ class ClassifiedListingCategoryDashboard < Administrate::BaseDashboard slug rules cost + social_preview_description + social_preview_color created_at updated_at ].freeze @@ -52,6 +56,8 @@ class ClassifiedListingCategoryDashboard < Administrate::BaseDashboard slug rules cost + social_preview_description + social_preview_color ].freeze # COLLECTION_FILTERS