Update temp file.

This commit is contained in:
BoHung Chiu 2020-09-14 18:03:44 +08:00
parent ebf1ed5fa3
commit 9efed304d9
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ class Site
field :home_link_1, :type => String, :default=>"/"
field :site_title, :type => Hash, :default=>{:zh_tw=>"主頁",:en=>"home_page"}
field :site_title_1, :type => Hash, :default=>{:zh_tw=>"主頁",:en=>"home_page"}
field :orbitbar_language_login_btn_mobile_configuration , type: String, :default => ""
field :is_hidden_orbit_bar , type: Boolean, :default => false
field :orbit_bar_background_color , type: String, :default => ""
field :orbit_bar_background_hover_color