Skip to content

Commit

Permalink
feat: recipe updated for zhortein/symfony-toolbox-bundle 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhortein committed Dec 20, 2024
1 parent a49d38a commit 70c74b5
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
zhortein_symfony_toolbox:
datatables:
css_mode: 'bootstrap'
items_per_page: 10
paginator: 'custom'
export:
enabled_by_default: true
export_csv: true
export_pdf: false
export_excel: true
ux_icons: true
ux_icons_options:
icon_first: 'bi:chevron-double-left'
icon_previous: 'bi:chevron-left'
icon_next: 'bi:chevron-right'
icon_last: 'bi:chevron-double-right'
icon_search: 'bi:search'
icon_true: 'bi:check'
icon_false: 'bi:x'
icon_sort_neutral: 'mdi:sort'
icon_sort_asc: 'bi:sort-alpha-down'
icon_sort_desc: 'bi:sort-alpha-up'
icon_filter: 'mi:filter'
icon_export_csv: 'bi:filetype-csv'
icon_export_pdf: 'bi:filetype-pdf'
icon_export_excel: 'bi:filetype-xlsx'
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
zhortein_symfony_toolbox:
resource: '@ZhorteinSymfonyToolboxBundle/config/routes.yaml'
10 changes: 10 additions & 0 deletions zhortein/symfony-toolbox-bundle/1.1.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bundles": {
"Zhortein\\SymfonyToolboxBundle\\ZhorteinSymfonyToolboxBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 70c74b5

Please sign in to comment.