mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Merge pull request #122
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
easy_impress:
|
||||
presentations_dir: '%kernel.project_dir%/config/presentations'
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
easy_impress:
|
||||
resource: '@EasyImpressBundle/Resources/config/routing.yml'
|
||||
prefix: /presentations
|
||||
8
orbitale/easyimpress-bundle/1.0/manifest.json
Normal file
8
orbitale/easyimpress-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Orbitale\\Bundle\\EasyImpressBundle\\EasyImpressBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user