Преглед на файлове

Fix site social links again so they can save when submitting form

Markus Ochel преди 12 години
родител
ревизия
02aec01661
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      admin/models/site.coffee

+ 1 - 1
admin/models/site.coffee

@@ -6,7 +6,7 @@ utils = require('lib/utils')
 BaseModel = require('models/base')
 
 class Site extends BaseModel
-  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
+  @configure "Site", "_id", "name", "name_html", "tagline", "menu_html", "header_html", "footer_html", "link", "social_links", "theme", "css", "seo_description", "seo_keywords", "google_analytics_code", "editor_email", "admin_email"
   
   @extend @CouchAjax