Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Documentation/ContentObjects/Pageview/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ Properties
.. _cobj-pageview-examples:

Examples
--------
========

.. _cobj-pageview-dataProcessing-example:

Example: Display a main menu and a breadcrumb on the page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------

.. literalinclude:: _includes/_pageWithBreadcrumb.typoscript
:language: typoscript
Expand Down Expand Up @@ -266,7 +266,7 @@ And
.. _cobj-pageview-paths-example:

Example: Define a path that contains all templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--------------------------------------------------

This is a basic definition of a :fluid:`PAGEVIEW` object with only one path to the
templates:
Expand Down Expand Up @@ -326,7 +326,7 @@ are expected in folder
.. _cobj-pageview-paths-example-extended:

Example: Define fallbacks for a template paths
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----------------------------------------------

You can use the directories defined in :confval:`pageview-paths` to
define fallback directories for the templates:
Expand All @@ -351,7 +351,7 @@ in :path:`EXT:my_basic_sitepackage/Resources/Private/PageView/Pages/`.
.. _cobj-pageview-variables-example:

Example: Make additional variables available in the Fluid template
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------

.. literalinclude:: _includes/_pageWithVariables.typoscript
:langugage: typoscript
Expand Down