Adding mmucklo/grid-bundle

This commit is contained in:
Matthew J. Mucklo
2017-12-10 08:51:11 -08:00
parent 694b1125ab
commit bf3a452b00
3 changed files with 44 additions and 0 deletions
@@ -0,0 +1,19 @@
dtc_grid:
purl: 'https://cdnjs.cloudflare.com/ajax/libs/purl/2.3.1/purl.min.js'
jquery:
url: 'https://code.jquery.com/jquery-3.2.1.min.js'
integrity: sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=
crossorigin: anonymous
datatables:
css:
- 'https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css'
js:
- 'https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js'
- 'https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js'
theme:
css:
- 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'
- 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'
js:
- 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js'
page_div_style: 'margin: 10px'
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Dtc\\GridBundle\\DtcGridBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+17
View File
@@ -0,0 +1,17 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=orange>Warning:</> make sure the twig engine is turned on in framework.yaml
- If not, <fg=blue>add</> the following to config/packages/framework.yaml:
<fg=blue>framework:
# ...
templating:
engines: ['twig']</>
* Then <fg=blue>add</> the following to config/routes.yaml:
<fg=blue>dtc_grid:</>
<fg=blue>resource: '@DtcGridBundle/Resources/config/routing.yml'</>