@@ -130,7 +130,7 @@ Properties of 'config'
130
130
131
131
:typoscript: `10.replace = 0 | 1 `
132
132
Optional, boolean, default is `1 `.
133
- If true , the header will replace an existing one that has the same name.
133
+ If ` 1 ` , the header will replace an existing one that has the same name.
134
134
135
135
:typoscript: `10.httpResponseCode = 201 `
136
136
Optional, integer, a http status code that the page should return.
@@ -232,7 +232,7 @@ Properties of 'config'
232
232
.. confval :: cache_clearAtMidnight
233
233
:name: config-cache-clearAtMidnight
234
234
:type: :ref: `data-type-boolean `
235
- :Default: `false `
235
+ :Default: `0 `
236
236
237
237
With this setting the cache always expires at midnight of the day, the
238
238
page is scheduled to expire.
@@ -390,10 +390,10 @@ Properties of 'config'
390
390
.. confval :: disableAllHeaderCode
391
391
:name: config-disableAllHeaderCode
392
392
:type: :ref: `data-type-boolean `
393
- :Default: `false `
393
+ :Default: `0 `
394
394
:Example: :ref: `setup-config-disableallheadercode `
395
395
396
- If this is not set or set to false , the :ref: `page ` object automatically
396
+ If this is not set or set to ` 0 ` , the :ref: `page ` object automatically
397
397
outputs a HTML skeleton, see :ref: `page_output `.
398
398
399
399
To disable this default behaviour set :typoscript: `disableAllHeaderCode = 1 `.
@@ -410,7 +410,7 @@ Properties of 'config'
410
410
.. confval :: disableBodyTag
411
411
:name: config-disableBodyTag
412
412
:type: :ref: `data-type-boolean `
413
- :Default: `false `
413
+ :Default: `0 `
414
414
415
415
If this option is set, the TYPO3 core will not generate the
416
416
opening :html: `<body ... >` part of the body tag. The closing :html: `</body >`
@@ -428,14 +428,14 @@ Properties of 'config'
428
428
When the system extension SEO is installed, canonical tags are generated
429
429
automatically to prevent duplicate content. A good canonical is added
430
430
in many cases by default. For edge cases, you might want to disable the
431
- rendering of this tag. You can do this by setting this property to true .
431
+ rendering of this tag. You can do this by setting this property to ` 1 ` .
432
432
433
433
.. confval :: disableHrefLang
434
434
:name: config-disableHrefLang
435
435
:type: :ref: `data-type-boolean `
436
436
437
437
When the system extension SEO is installed, hreflang tags are generated
438
- automatically in multi-language setups. By settings this option to true
438
+ automatically in multi-language setups. By settings this option to ` 1 `
439
439
the rendering of those tags will be skipped.
440
440
441
441
.. confval :: disablePrefixComment
@@ -624,7 +624,7 @@ Properties of 'config'
624
624
.. confval :: index_metatags
625
625
:name: config-index-metatags
626
626
:type: :ref: `data-type-boolean `
627
- :Default: `true `
627
+ :Default: `1 `
628
628
629
629
This allows to turn on or off the indexing of metatags. It is turned
630
630
on by default.
0 commit comments