Download the PHP package clash82/ezplatform-studio-tips-block without Composer
On this page you can find all versions of the php package clash82/ezplatform-studio-tips-block. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download clash82/ezplatform-studio-tips-block
More information about clash82/ezplatform-studio-tips-block
Files in clash82/ezplatform-studio-tips-block
Package ezplatform-studio-tips-block
Short Description Additional Tips block for eZ Studio.
License MIT
Homepage http://github.com/clash82/ezplatform-studio-tips-block
Informations about the package ezplatform-studio-tips-block
eZ Platform Studio Tips block
This bundle adds an additional Tips block (aka Tip of the Day block) into eZ Systems eZ Platform Enterprise Edition Studio. This bundle can be used for a demonstration purpose on how to build new blocks for eZ Studio.
Requirements
- eZ Platform 1.5 or later
- eZ Systems LandingPageFieldType 1.5 or later
Installation
This package is available via Composer, so the instructions below are similar to how you install any other open source Symfony Bundle.
Run the following command in a terminal, from your Symfony installation root (pick the most recent release):
Enable the bundle in app/AppKernel.php
file:
Install additional assets (CSS) for default template (omit this step if you are planning to use custom stylesheets):
If you are installing the bundle via composer require
you must also copy assets to your project's web
directory. You can do this by calling Symfony's built-in command from the project root directory:
In production environment you have to dump assets using the Assetic
built-in command:
Install new Tip
ContentType using a built-in installer:
Usage
First you have to create a new Folder
and add some tips using the new Tip
ContentType. After that, go to the eZ Studio dashboard and drag a new Tips
block into a selected zone in your landing page. Click on the block settings and choose a folder as a Parent container. After publishing you should see a new block with a randomly selected tips.