This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,14 @@ library or they introduce a complete new concept.
81
81
* :doc:` tree_browser/introduction`
82
82
* :doc:` tree_browser/configuration`
83
83
84
+ Sonata Admin Integration
85
+ ~~~~~~~~~~~~~~~~~~~~~~~~
86
+
87
+ Since version 2 of the CMF, we provide a separate bundle with admin interfaces for the
88
+ SonataDoctrinePHPCRAdminBundle_.
89
+
90
+ * :doc:` sonata_admin_integration/index`
91
+
84
92
Showcase Bundles
85
93
~~~~~~~~~~~~~~~~
86
94
@@ -120,6 +128,4 @@ help with integrating PHPCR concepts into the Symfony Framework.
120
128
* :doc:` phpcr_odm/multiple_sessions`
121
129
* :doc:` phpcr_odm/configuration`
122
130
123
- * SonataDoctrinePHPCRAdminBundle_
124
-
125
131
.. _SonataDoctrinePHPCRAdminBundle: https:// sonata- project .org / bundles/ doctrine- phpcr- admin/ master/ doc/ index .html
Original file line number Diff line number Diff line change
1
+ SonataAdminIntegrationBundle
2
+ ============================
3
+
4
+ .. toctree ::
5
+ :maxdepth: 2
6
+
7
+ introduction
Original file line number Diff line number Diff line change
1
+ .. index ::
2
+ single: Sonata; Bundles
3
+ single: SonataAdminIntegrationBundle
4
+
5
+ SonataAdminIntegrationBundle
6
+ ============================
7
+
8
+ The SonataAdminIntegrationBundle provides admin services for the Sonata
9
+ Admin tool. Additionally, it provides admin extensions to improve your
10
+ custom admins.
11
+
12
+ Installation
13
+ ------------
14
+
15
+ should we move tutorial sonata-admin.rst here and get rid of the tutorial?
16
+
17
+ Usage
18
+ -----
19
+
20
+ The integration bundle provides admins for the CMF bundles. Configuration
21
+ sections are enabled dynamically, based on whether each bundle is installed or
22
+ not.
23
+
24
+ TODO: short intro how to configure the dashboard and how to use the admin extensions
25
+
26
+ TODO: link to general sonata admin documentation
You can’t perform that action at this time.
0 commit comments