Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzCustomScheduleBlockTemplateBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This Bundle is using and extending the same example demonstrated in Create a Schedule Block for Featured Articles
Important: This bundle is using article with image as Content relation (single) (aka ezobjectrelation). This is the article default ContetType delivered with the eZ Platform Enterprise Edition clean Installation.
PS: The tutorial example (see link above) is using a simple image FieldType.
But using eZ Platform Open Source you can re-use the article and image Twig Templates (more infos in ezplatform.yml) to display different views of article having image as content relation.
Clone or download the bundle in your src folder
Then add it to your application:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new EzCustomScheduleBlockTemplateBundle\EzCustomScheduleBlockTemplateBundle(),
// ...
);
}
Please refer to the end of Create a Schedule Block for Featured Articles section.
Inside the doc folder delivered with this bundle.