Commit 4f223cc6a8232c698a6cf28c10736b86b813e5de

Authored by Evandro Junior
1 parent 9fb3ad5a

Profile header and footer exposed

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/noosfero/api/entities.rb
@@ -112,6 +112,8 @@ module Noosfero @@ -112,6 +112,8 @@ module Noosfero
112 expose :image, :using => Image 112 expose :image, :using => Image
113 expose :region, :using => Region 113 expose :region, :using => Region
114 expose :type 114 expose :type
  115 + expose :custom_header
  116 + expose :custom_footer
115 end 117 end
116 118
117 class UserBasic < Entity 119 class UserBasic < Entity