Add photo albums and photos to favorites section
This commit is contained in:
@@ -135,6 +135,22 @@ function getSections() {
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'HeaderPhotoAlbums',
|
||||
types: 'PhotoAlbum',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
showTitle: true,
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}, {
|
||||
name: 'Photos',
|
||||
types: 'Photo',
|
||||
shape: getBackdropShape(enableScrollX()),
|
||||
showTitle: true,
|
||||
overlayPlayButton: true,
|
||||
overlayText: false,
|
||||
centerText: true
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user