Download the PHP package xanweb/c5-page-info without Composer
On this page you can find all versions of the php package xanweb/c5-page-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xanweb/c5-page-info
More information about xanweb/c5-page-info
Files in xanweb/c5-page-info
Download xanweb/c5-page-info
More information about xanweb/c5-page-info
Files in xanweb/c5-page-info
Please rate this library. Is it a good library?
Informations about the package c5-page-info
Concrete5 Page Info Fetcher
Useful in page lists when using different templates, it helps to avoid redundant code.
Installation
Include library to your composer.json
Simple usage example
Config Management
You can register your own config to fetch page information
Predefined Configs
- DEFAULT:
- Page Name: [Page Name Property]
- Page Description: [Page Description Property]
- Thumbnail: ['thumbnail' attribute]
- BASIC:
- Page Name: [Page Name Property]
- Page Description: [Page Description Property]
- Thumbnail: ['thumbnail' attribute, Image Block]
- ADVANCED:
- Page Name: [Page Title Block, Page Name Property]
- Page Description: [Page Description Property]
- Thumbnail: ['thumbnail' attribute, Image Block]
If 'page_heading' block (Custom block by Xanweb) is installed, then it will be: - Page Name: [Page Heading Block, Page Name Property]
- Page Description: [Page Heading Block, Page Description Property]
- Thumbnail: ['thumbnail' attribute, Image Block]
Example of using predefined config:
OR
How to override PageInfo class
All versions of c5-page-info with dependencies
PHP Build Version
Package Version
The package xanweb/c5-page-info contains the following files
Loading the files please wait ....