Skip to content

Allows to create online presentations in Pimcore using reveal-js

License

Notifications You must be signed in to change notification settings

storbahn/pimcore-presentation-bundle

 
 

Repository files navigation

Pimcore Presentation Bundle

CI

Software License Required Pimcore Version Supported Pimcore Version

Allows to create online presentations in Pimcore using reveal-js.

Installation

Require via Composer

composer require teamneusta/pimcore-presentation-bundle

As this is a Pimcore bundle, enable and install it

console pimcore:bundle:enable NeustaPimcorePresentationBundle
console pimcore:bundle:install NeustaPimcorePresentationBundle

Install reveal.js

After the Bundle is installed it is required to manually install reveal-js

cd vendor/teamneusta/pimcore-presentation-bundle/public
curl -OL https://github.com/hakimel/reveal.js/archive/master.zip
unzip master.zip
rm master.zip

Usage

Create new Pimcore document pages using the Document Types offered by this bundle. See documentation for more details

Configuration

The bundle provides a handful of simple areabricks for creating presentations. When the bundle is used together with other bundles, there may be collisions of areabrick names or you may simply not be interested in using the default bricks. It is possible to disable the included areabricks with the following configuration

neusta_pimcore_presentation:
    bricks: false

Contribution

Feel free to open issues for any bug, feature request, or other ideas.

Please remember to create an issue before creating large pull requests.

Running tests for development

docker run -it --rm -v $(pwd):/app -w /app pimcore/pimcore:PHP8.1-cli composer install --ignore-platform-reqs
docker run -it --rm -v $(pwd):/app -w /app pimcore/pimcore:PHP8.1-cli composer test

Further development

Pipelines will tell you, when code does not meet our standards. To use the same tools in local development, take the Docker command from above with other scripts from the composer.json. For example:

  • cs:check
  • phpstan
docker run -it --rm -v $(pwd):/app -w /app pimcore/pimcore:PHP8.1-cli composer <composer-script>

About

Allows to create online presentations in Pimcore using reveal-js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.3%
  • Twig 39.8%
  • CSS 1.5%
  • JavaScript 1.4%