Skip to content

Commit f146a30

Browse files
authored
ibexa_render optional args' default values (#2249)
1 parent 3d916ce commit f146a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templating/twig_function_reference/content_twig_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You can provide `ibexa_render()` with either a Content item or a Location object
3131
|Argument|Type|Description|
3232
|------|------|------|
3333
|`content`</br>or</br>`location`|`Ibexa\Contracts\Core\Repository\Values\Content\Content`</br>or</br>`Ibexa\Contracts\Core\Repository\Values\Content\Location`|Content item or its Location.|
34-
|`method`|`string`|(optional) [Rendering method](#rendering-methods). One of: `direct`, `inline`, `esi`, `ssi`.|
35-
|`viewType`|`string`|(optional) [View type](template_configuration.md#view-types).|
34+
|`method`|`string`|(optional) [Rendering method](#rendering-methods). One of: `direct`, `inline`, `esi`, `ssi`. (Default method is `direct`)|
35+
|`viewType`|`string`|(optional) [View type](template_configuration.md#view-types). (Default view type is `embed`)|
3636

3737
#### Rendering methods
3838

0 commit comments

Comments
 (0)