Skip to content

Commit

Permalink
add recipe for liip/theme-bundle:1.5.*
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Dec 17, 2017
1 parent 509b872 commit cecd53b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liip/theme-bundle/1.5/config/packages/theme.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
liip_theme:
themes: ['default']
active_theme: 'default'
load_controllers: false
8 changes: 8 additions & 0 deletions liip/theme-bundle/1.5/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Liip\\ThemeBundle\\LiipThemeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
6 changes: 6 additions & 0 deletions liip/theme-bundle/1.5/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>liip/theme-bundle</><bg=blue;fg=white> </>

<options=bold>Configure</> the bundle and routes:
1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/theme.yaml</>.
2. You <options=bold>MAY</> configure additional features, see the README.md for instructions.
3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller.

0 comments on commit cecd53b

Please sign in to comment.