Skip to content

Commit 5cb6bce

Browse files
authored
adjust header level of examples on PAGEVIEW page (#1561)
Examples are currently located under properties, which is not correct. The examples should be on the same level as properties.
1 parent 3f236cd commit 5cb6bce

File tree

1 file changed

+5
-5
lines changed
  • Documentation/ContentObjects/Pageview

1 file changed

+5
-5
lines changed

Documentation/ContentObjects/Pageview/Index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ Properties
233233
.. _cobj-pageview-examples:
234234

235235
Examples
236-
--------
236+
========
237237

238238
.. _cobj-pageview-dataProcessing-example:
239239

240240
Example: Display a main menu and a breadcrumb on the page
241-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
241+
---------------------------------------------------------
242242

243243
.. literalinclude:: _includes/_pageWithBreadcrumb.typoscript
244244
:language: typoscript
@@ -266,7 +266,7 @@ And
266266
.. _cobj-pageview-paths-example:
267267

268268
Example: Define a path that contains all templates
269-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
269+
--------------------------------------------------
270270

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

328328
Example: Define fallbacks for a template paths
329-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
329+
----------------------------------------------
330330

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

353353
Example: Make additional variables available in the Fluid template
354-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
354+
------------------------------------------------------------------
355355

356356
.. literalinclude:: _includes/_pageWithVariables.typoscript
357357
:langugage: typoscript

0 commit comments

Comments
 (0)