From e3419288797f54cc10d38a77a38b3c31d6442d99 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Sun, 30 Dec 2012 23:05:52 +0100 Subject: [PATCH] Added some xml formats --- reference/configuration/assetic.rst | 49 ++++++++++++++++++++++++ reference/configuration/swiftmailer.rst | 28 +++++++++++++- reference/configuration/web_profiler.rst | 10 ++++- 3 files changed, 85 insertions(+), 2 deletions(-) diff --git a/reference/configuration/assetic.rst b/reference/configuration/assetic.rst index 4ca8ef8b0e3..d7d9a814175 100644 --- a/reference/configuration/assetic.rst +++ b/reference/configuration/assetic.rst @@ -50,3 +50,52 @@ Full Default Configuration # Prototype name: [] + + .. code-block:: xml + + + + FrameworkBundle + SecurityBundle + TwigBundle + MonologBundle + SwiftmailerBundle + DoctrineBundle + AsseticBundle + ... + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index 7704d2cf1f4..a051f8b7233 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -193,4 +193,30 @@ Full Default Configuration sleep: 0 delivery_address: ~ disable_delivery: ~ - logging: "%kernel.debug%" \ No newline at end of file + logging: "%kernel.debug%" + + .. code-block:: xml + + + + + + diff --git a/reference/configuration/web_profiler.rst b/reference/configuration/web_profiler.rst index b22058f3cbe..6809b3a6b36 100644 --- a/reference/configuration/web_profiler.rst +++ b/reference/configuration/web_profiler.rst @@ -20,4 +20,12 @@ Full Default Configuration toolbar: false # gives you the opportunity to look at the collected data before following the redirect - intercept_redirects: false \ No newline at end of file + intercept_redirects: false + + .. code-block:: xml + +