Selaa lähdekoodia

Merge pull request #463 from liip/fix-doc-typo

adding space before list to make rst happy
Thomas 13 vuotta sitten
vanhempi
commit
d1415503fe
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Resources/doc/reference/architecture.rst

+ 1 - 0
Resources/doc/reference/architecture.rst

@@ -115,6 +115,7 @@ Declaring a new Admin class
 Once you have created an admin class, you need to make the framework aware of
 Once you have created an admin class, you need to make the framework aware of
 it. To do that, you need to add a tag with the name ``sonata.admin`` to the
 it. To do that, you need to add a tag with the name ``sonata.admin`` to the
 service. Parameters for that tag are:
 service. Parameters for that tag are:
+
 * ``manager_type``: Label of the document manager to inject;
 * ``manager_type``: Label of the document manager to inject;
 * ``group``: A label to allow grouping on the dashboard;
 * ``group``: A label to allow grouping on the dashboard;
 * ``label``: Label to use for the name of the entity this manager handles;
 * ``label``: Label to use for the name of the entity this manager handles;