files/app/config/base.rb in motion-prime-0.3.0 vs files/app/config/base.rb in motion-prime-0.3.1
- old
+ new
@@ -7,7 +7,13 @@
api.base = "http://example.com"
api.client_id = ""
api.client_secret = ""
end
+Prime::Config.sidebar do |sidebar|
+ sidebar.background_image = "images/sidebar/bg.jpg".uiimage
+end
+
+Prime::Config.font.name = "Ubuntu"
+
# setup model's store
Prime::Store.connect
\ No newline at end of file