From f4ffa6e1f95192253bbd7ff4c091a3d7c113dd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEek?= Date: Mon, 17 Sep 2018 12:00:38 +0200 Subject: [PATCH] Fixed typo in template documentation --- docs/reference/templating.rst | 184 +++++++++++++++++----------------- 1 file changed, 92 insertions(+), 92 deletions(-) diff --git a/docs/reference/templating.rst b/docs/reference/templating.rst index 714b4082..4d8de7d6 100644 --- a/docs/reference/templating.rst +++ b/docs/reference/templating.rst @@ -9,95 +9,95 @@ List of eZ Platform `Twig functions`_. .. _Twig functions: https://doc.ezplatform.com/en/2.2/guide/twig_functions_reference/ -+----------------------+-----------------------------+-----------------+ -| eZ Platform | Netgen Site API | Description | -+======================+=============================+=================+ -| ez_content_name | content.name | displays a | -| | | Content item’s | -| | | name in the | -| | | current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_field_desciption | content.fields.field_identi | returns the | -| | fier.description | description | -| | | from the | -| | | FieldDefinition | -| | | of a Content | -| | | item’s Field in | -| | | the current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_field_name | content.fields.field_identi | returns the | -| | fier.name | name from the | -| | | FieldDefinition | -| | | of a Content | -| | | item’s Field in | -| | | the current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_field_value | content.fields.field_identi | returns a | -| | fier.value | Content item’s | -| | | Field value in | -| | | the current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_field | content.fields.field_identi | returns a Field | -| | fier | from a Content | -| | | item in the | -| | | current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_file_size | - | returns the | -| | | size of a file | -| | | as string | -+----------------------+-----------------------------+-----------------+ -| ez_first_filled_imag | - | returns the | -| e_field_identifier | | identifier of | -| | | the first image | -| | | field that is | -| | | not empty | -+----------------------+-----------------------------+-----------------+ -| ez_image_alias | ng_image_alias | displays a | -| | | selected | -| | | variation of an | -| | | image | -+----------------------+-----------------------------+-----------------+ -| ez_is_field_empty | content.fields.field_identi | checks if a | -| | fier.empty | Content item’s | -| | | Field value is | -| | | considered | -| | | empty in the | -| | | current | -| | | language | -+----------------------+-----------------------------+-----------------+ -| ez_render_field | ng_render_field | displays a | -| | | Content item’s | -| | | Field value, | -| | | taking | -| | | advantage of | -| | | the template | -| | | block exposed | -| | | by the Field | -| | | Type used | -+----------------------+-----------------------------+-----------------+ -| ez_trans_prop | - | gets the | -| | | translated | -| | | value of a | -| | | multi | -| | | valued(translat | -| | | ions) | -| | | property | -+----------------------+-----------------------------+-----------------+ -| ez_urlalias | - | is a special | -| | | route name for | -| | | generating URLs | -| | | for a Location | -| | | from the given | -| | | parameters | -+----------------------+-----------------------------+-----------------+ -| - | ng_query | returns | -| | | Pagefanta | -| | | instance for | -| | | configured | -| | | QueryType | -+----------------------+-----------------------------+-----------------+ ++----------------------------------------+---------------------------------------------+-----------------+ +| eZ Platform | Netgen Site API | Description | ++========================================+=============================================+=================+ +| ez_content_name | content.name | displays a | +| | | Content item’s | +| | | name in the | +| | | current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_field_desciption | content.fields.field_identifier.description | returns the | +| | | description | +| | | from the | +| | | FieldDefinition | +| | | of a Content | +| | | item’s Field in | +| | | the current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_field_name | content.fields.field_identifier.name | returns the | +| | | name from the | +| | | FieldDefinition | +| | | of a Content | +| | | item’s Field in | +| | | the current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_field_value | content.fields.field_identifier.value | returns a | +| | | Content item’s | +| | | Field value in | +| | | the current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_field | content.fields.field_identifier | returns a Field | +| | | from a Content | +| | | item in the | +| | | current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_file_size | - | returns the | +| | | size of a file | +| | | as string | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_first_filled_image_field_identifier | - | returns the | +| | | identifier of | +| | | the first image | +| | | field that is | +| | | not empty | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_image_alias | ng_image_alias | displays a | +| | | selected | +| | | variation of an | +| | | image | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_is_field_empty | content.fields.field_identifier.empty | checks if a | +| | | Content item’s | +| | | Field value is | +| | | considered | +| | | empty in the | +| | | current | +| | | language | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_render_field | ng_render_field | displays a | +| | | Content item’s | +| | | Field value, | +| | | taking | +| | | advantage of | +| | | the template | +| | | block exposed | +| | | by the Field | +| | | Type used | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_trans_prop | - | gets the | +| | | translated | +| | | value of a | +| | | multi | +| | | valued(translat | +| | | ions) | +| | | property | ++----------------------------------------+---------------------------------------------+-----------------+ +| ez_urlalias | - | is a special | +| | | route name for | +| | | generating URLs | +| | | for a Location | +| | | from the given | +| | | parameters | ++----------------------------------------+---------------------------------------------+-----------------+ +| - | ng_query | returns | +| | | Pagefanta | +| | | instance for | +| | | configured | +| | | QueryType | ++----------------------------------------+---------------------------------------------+-----------------+