Commit d21596841ba2bf240e52141e5a2473ff38617b29
Exists in
staging
and in
31 other branches
Merge branch 'expose_header_and_footer_to_api' into 'master'
Profile header and footer exposed in api See merge request !877
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 |