Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 531 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 531 Bytes

Page Image

This plugin provides an interface in Pages management to add unlimited number of files to any page.

  1. Activate plugin
  2. Add assign images to the page in Pages management
  3. Add code to your theme to display images, or add Add inside an HTML element to add a background image via style attribute, e.g. <div <?php echo ipSlot('bkgImage'); ?> >
  4. Use \Plugin\PageImage\Service::pageImages($pageId = null) to get all images assigned to the page.