.editorconfig .gitattributes .github/FUNDING.yml .github/ISSUE_TEMPLATE/Bug.md .github/ISSUE_TEMPLATE/Feature.md .github/ISSUE_TEMPLATE/config.yml .github/PULL_REQUEST_TEMPLATE.md .github/workflows/documentation.yaml .github/workflows/lint.yaml .github/workflows/stale.yaml .github/workflows/test.yaml .gitignore .php-cs-fixer.dist.php .readthedocs.yaml .symfony.bundle.yaml .yamllint CHANGELOG.md CONTRIBUTING.md LICENSE Makefile README.md UPGRADE-0.x.md UPGRADE-1.0.md assets/gulp/config.js assets/gulp/index.js assets/gulp/tasks/css.js assets/gulp/tasks/default.js assets/gulp/tasks/js.js assets/gulp/tasks/watch.js assets/gulp/util/banner.js assets/gulp/util/scriptFilter.js assets/src/js/composer.js assets/src/js/dashboard.js assets/src/scss/composer.scss assets/src/scss/dashboard.scss assets/src/scss/default.scss composer.json docs/.doctor-rst.yaml docs/_static/.gitkeep docs/conf.py docs/images/hybrid_page_layout.png docs/images/synchronize_command_line.png docs/index.rst docs/reference/assets.rst docs/reference/installation.rst docs/reference/introduction.rst docs/requirements.txt gulpfile.js package.json phpunit.xml.dist src/Admin/BlockAdmin.php src/Admin/DashboardAdmin.php src/Block/ContainerBlockService.php src/CmsManager/BaseCmsDashboardManager.php src/CmsManager/CmsDashboardManager.php src/CmsManager/CmsManagerInterface.php src/CmsManager/CmsManagerSelector.php src/CmsManager/CmsManagerSelectorInterface.php src/Controller/BlockAdminController.php src/Controller/DashboardAdminController.php src/DependencyInjection/Compiler/GlobalVariablesCompilerPass.php src/DependencyInjection/Compiler/TwigStringExtensionCompilerPass.php src/DependencyInjection/Configuration.php src/DependencyInjection/SonataDashboardExtension.php src/Entity/BaseBlock.php src/Entity/BaseDashboard.php src/Entity/BlockInteractor.php src/Entity/BlockManager.php src/Entity/DashboardManager.php src/Exception/DashboardNotFoundException.php src/Listener/RequestListener.php src/Mapper/DashboardFormMapper.php src/Model/Block.php src/Model/BlockInteractorInterface.php src/Model/BlockManagerInterface.php src/Model/Dashboard.php src/Model/DashboardBlockInterface.php src/Model/DashboardInterface.php src/Model/DashboardManagerInterface.php src/Resources/config/admin.xml src/Resources/config/block.xml src/Resources/config/dashboard.xml src/Resources/config/doctrine/BaseBlock.orm.xml src/Resources/config/doctrine/BaseDashboard.orm.xml src/Resources/config/doctrine/Block.orm.xml.skeleton src/Resources/config/doctrine/Dashboard.orm.xml.skeleton src/Resources/config/http_kernel.xml src/Resources/config/orm.xml src/Resources/config/twig.xml src/Resources/meta/LICENSE src/Resources/public/sonata-dashboard.back.css src/Resources/public/sonata-dashboard.back.js src/Resources/public/sonata-dashboard.back.min.css src/Resources/public/sonata-dashboard.back.min.js src/Resources/public/sonata-dashboard.front.css src/Resources/public/sonata-dashboard.front.js src/Resources/public/sonata-dashboard.front.min.css src/Resources/public/sonata-dashboard.front.min.js src/Resources/translations/SonataAdminBundle.de.xliff src/Resources/translations/SonataAdminBundle.en.xliff src/Resources/translations/SonataDashboardBundle.de.xliff src/Resources/translations/SonataDashboardBundle.en.xliff src/Resources/translations/SonataDashboardBundle.es.xliff src/Resources/translations/SonataDashboardBundle.fr.xliff src/Resources/translations/SonataDashboardBundle.ru.xliff src/Resources/views/Block/block_container.html.twig src/Resources/views/BlockAdmin/block_container.html.twig src/Resources/views/BlockAdmin/compose_preview.html.twig src/Resources/views/BlockAdmin/select_type.html.twig src/Resources/views/DashboardAdmin/compose.html.twig src/Resources/views/DashboardAdmin/compose_container_show.html.twig src/Resources/views/DashboardAdmin/render.html.twig src/Resources/views/Form/form_admin_fields.html.twig src/SonataDashboardBundle.php src/Twig/Extension/DashboardExtension.php src/Twig/GlobalVariables.php tests/Admin/BlockAdminTest.php tests/Block/ContainerBlockServiceTest.php tests/CmsManager/CmsDashboardManagerTest.php tests/DependencyInjection/Compiler/TwigStringExtensionCompilerPassTest.php tests/DependencyInjection/ConfigurationTest.php tests/DependencyInjection/SonataDashboardExtensionTest.php tests/Entity/BlockManagerTest.php tests/Entity/DashboardManagerTest.php tests/Fixtures/Entity/Block.php tests/Fixtures/Entity/CmsBlock.php tests/Fixtures/Entity/FooGetName.php tests/Fixtures/Entity/FooGetNameNull.php tests/Fixtures/Entity/FooNoGetName.php tests/Fixtures/configuration.yaml tests/Model/BlockInteractorTest.php tests/Model/Dashboard.php tests/Model/DashboardTest.php tests/Resources/XliffTest.php tests/Resources/XliffValidatorTestCase.php tests/Twig/GlobalVariablesTest.php tests/bootstrap.php <<<<<< network # path=build/logs/clover.xml <<<<<< EOF