This adds an optional, content manager defined, header image to a HomePage and RichTextPage page type.
Page header image type can be set by content managers to,
no header
parent header
single image
random image
In case of top level pages, the parent page is the HomePage.
One or multiple header images can be added to a page by a content manager.
When multiple images are selected, a random image is shown on each page request.
The images have to be exactly 610 x 290 pixels to pass validation of the field.
Added unit tests for admin view and page view of header images.
Models were added, including migrations, and new demo_data fixture. Update your dev database.
This adds an optional, content manager defined, header image to a HomePage and RichTextPage page type.
Page header image type can be set by content managers to,
In case of top level pages, the parent page is the HomePage.
One or multiple header images can be added to a page by a content manager. When multiple images are selected, a random image is shown on each page request.
The images have to be exactly 610 x 290 pixels to pass validation of the field.
Added unit tests for admin view and page view of header images.
Models were added, including migrations, and new demo_data fixture. Update your dev database.