From e00e763334150bc0933ac4ffd541426a5fbafa47 Mon Sep 17 00:00:00 2001 From: "Matthew J. Mucklo" Date: Tue, 12 Dec 2017 20:52:11 -0800 Subject: [PATCH] update post-install.txt to remove custom coloring and add a config/routes/dtc_grid.yaml --- mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml | 2 ++ mmucklo/grid-bundle/4.0/post-install.txt | 13 ++++--------- 2 files changed, 6 insertions(+), 9 deletions(-) create mode 100644 mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml diff --git a/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml new file mode 100644 index 00000000..29132d48 --- /dev/null +++ b/mmucklo/grid-bundle/4.0/config/routes/dtc_grid.yaml @@ -0,0 +1,2 @@ +dtc_grid: + resource: '@DtcGridBundle/Resources/config/routing.yml' diff --git a/mmucklo/grid-bundle/4.0/post-install.txt b/mmucklo/grid-bundle/4.0/post-install.txt index 4793b257..568011e4 100644 --- a/mmucklo/grid-bundle/4.0/post-install.txt +++ b/mmucklo/grid-bundle/4.0/post-install.txt @@ -2,16 +2,11 @@ What's next? - * Warning: make sure the twig engine is turned on in framework.yaml + * Warning: make sure the twig engine is turned on in framework.yaml - - If not, add the following to config/packages/framework.yaml: + - If not, add the following to config/packages/framework.yaml: -framework: +framework: # ... templating: - engines: ['twig'] - - * Then add the following to config/routes.yaml: - -dtc_grid: - resource: '@DtcGridBundle/Resources/config/routing.yml' + engines: ['twig']