File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,8 +72,9 @@ The easiest way is to add one anonymous service for each shortcode in your servi
7272</service >
7373```
7474
75- The parent ``` webfactory.shortcode.embed_esi_for_shortcode_handler ``` will use [ ESI rendering] ( https://symfony.com/doc/current/http_cache/esi.html ) ,
76- while the parent ``` webfactory.shortcode.embed_inline_for_shortcode_handler ``` ill use inline rendering.
75+ The parent ``` webfactory.shortcode.embed_esi_for_shortcode_handler ``` will use [ ESI rendering] ( https://symfony.com/doc/current/http_cache/esi.html )
76+ (which may be nice for caching), while the parent ``` webfactory.shortcode.embed_inline_for_shortcode_handler ``` will use
77+ inline rendering.
7778
7879The ``` reference-to-your-replacement-controller ``` could be a string like ``` AppBundle\Controller\EmbeddedImageController::showAction ```
7980or if you prefer controllers as a service, something like ``` app.controller.embedded_image:showAction ``` . We recommend
You can’t perform that action at this time.
0 commit comments