{"id":20499809,"url":"https://github.com/sherlockode/sonata-gentelella-bundle","last_synced_at":"2025-04-13T18:51:55.171Z","repository":{"id":57049247,"uuid":"91102628","full_name":"sherlockode/sonata-gentelella-bundle","owner":"sherlockode","description":"Integration of Gentelella theme for Symfony SonataAdminBundle","archived":false,"fork":false,"pushed_at":"2019-07-02T08:52:32.000Z","size":2109,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T09:40:55.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.sherlockode.fr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sherlockode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-12T15:01:00.000Z","updated_at":"2024-07-10T12:08:04.000Z","dependencies_parsed_at":"2022-08-23T19:10:30.480Z","dependency_job_id":null,"html_url":"https://github.com/sherlockode/sonata-gentelella-bundle","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2Fsonata-gentelella-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2Fsonata-gentelella-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2Fsonata-gentelella-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sherlockode%2Fsonata-gentelella-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sherlockode","download_url":"https://codeload.github.com/sherlockode/sonata-gentelella-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T18:18:32.977Z","updated_at":"2025-04-13T18:51:55.147Z","avatar_url":"https://github.com/sherlockode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sonata Gentelella Theme\n\nA simple integration of [Gentelella Alela!](https://colorlib.com/polygon/gentelella/index.html) theme for [SonataAdminBundle](https://github.com/sonata-project/SonataAdminBundle).\n\nThis bundle automatically defines a default configuration for sonata admin, so the installation is as simple as :\n\n```\ncomposer require sherlockode/sonata-gentelella-bundle\n```\n\nand in the `app/AppKernel.php` :\n\n```php\npublic function registerBundles()\n{\n    $bundles = [\n        ...\n        new Sherlockode\\SonataGentelellaBundle\\SherlockodeSonataGentelellaBundle(),\n    ];\n}\n\n```\n\ninto `app/config.yml`\n```\nsonata_admin:\n    templates:\n        layout: '@App/standard_layout.html.twig'\n```\nYou need to extend the standard_layout.html.twig. If you do not have it, create one and edit it like this : \n```\n{% extends '@SherlockodeSonataGentelella/standard_layout.html.twig' %}\n```\n\n**Most of the templates blocks are unchanged, but for the theme, we have been forced to move somes of them. So if you've overridden the sonata templates, there could be some glitches**\n\n\nAll plugins are disable by default, to enable plugins, in the config.yml : \n ```\n sherlockode_sonata_gentelella:\n     fast_click: true\n     nprogress: true\n     chart: true\n     echarts: true\n     gauge: true\n     bootstrap_progressbar: true\n     skycons: true\n     flot: true\n     datejs: true\n     jqvmap: true\n     bootstrap_daterangerpicker: true\n     calendar: true\n     switchery: true\n     starrr: true\n     jquery_tag_input: true\n     bootstrap_wysiwyg: true\n     parsley: true\n     cropper: true\n     autosize: true\n     jquery_autocomplete: true\n     ion_rangeslider: true\n     bootstrap_colorpicker: true\n     jquery_inputmask: true\n     jquery_knob: true\n     dropzone: true\n     validator: true\n     jquery_smart_wizard: true\n     pnotify: true\n     jquery_sparklines: true\n     morris: true\n     animate: true\n     easy_pie_chart: true\n     echarts: true\n     datatables: true\n ```\n \n  To see the demo (need all plugins) \n  ```\n  sherlockode_sonata_gentelella:\n      demo: true\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsonata-gentelella-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsherlockode%2Fsonata-gentelella-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsherlockode%2Fsonata-gentelella-bundle/lists"}