Explorar el Código

Fix typo in dashboard.rst

Uuban hace 12 años
padre
commit
0d274bca19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/doc/reference/dashboard.rst

+ 1 - 1
Resources/doc/reference/dashboard.rst

@@ -111,7 +111,7 @@ Display two blocks with different dashboard groups
 
     # app/config/config.yml
     sonata_admin:
-        dashboard
+        dashboard:
             blocks:
                 # display two dashboard blocks
                 - { position: left,  type: sonata.admin.block.admin_list, settings: { groups: [sonata_page1, sonata_page2] } }