ソースを参照

Added info about different manager_type values to be set depending on storage

jedrzej 10 年 前
コミット
f4b43ee087
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Resources/doc/reference/getting_started.rst

+ 2 - 0
Resources/doc/reference/getting_started.rst

@@ -159,6 +159,8 @@ Create either a new ``admin.xml`` or ``admin.yml`` file inside the ``Acme/DemoBu
                calls:
                calls:
                    - [ setTranslationDomain, [AcmeDemoBundle]]
                    - [ setTranslationDomain, [AcmeDemoBundle]]
 
 
+Example above assumes that you're using SonataDoctrineORMAdminBundle. If you're using SonataDoctrineMongoDBAdminBundle, SonataPropelAdminBundle or SonataDoctrinePhpcrAdminBundle instead, set ``manager_type`` option to ``doctrine_mongodb``, ``propel`` or ``doctrine_phpcr`` respectively.
+
 The basic configuration of an Admin service is quite simple. It creates a service
 The basic configuration of an Admin service is quite simple. It creates a service
 instance based on the class you specified before, and accepts three arguments:
 instance based on the class you specified before, and accepts three arguments: