Merge pull request #122

This commit is contained in:
symfony-flex-server[bot]
2017-10-29 16:02:54 +00:00
committed by GitHub
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
easy_impress:
presentations_dir: '%kernel.project_dir%/config/presentations'

View File

@@ -0,0 +1,15 @@
# Read the documentation https://github.com/Orbitale/EasyImpressBundle#yml-reference for more details about yaml options
data:
# In seconds
transition-duration: 1000
slides:
-
content: 'Hello world!'
data:
x: 0
y: 0
z: 1000
rotate-x: 0
rotate-y: 0
rotate-z: 0

View File

@@ -0,0 +1,3 @@
easy_impress:
resource: '@EasyImpressBundle/Resources/config/routing.yml'
prefix: /presentations

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Orbitale\\Bundle\\EasyImpressBundle\\EasyImpressBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}