[TYPO3-english] Extension Template Inheritance - turning it off?

Jigal van Hemert jigal.van.hemert at typo3.org
Mon Jul 6 15:56:01 CEST 2015


Hi,

On 06/07/2015 12:22, Jennifer Koenig wrote:
> I have an extension template (i.e. NOT a root template) in one of my
> pages, that I do NOT want inherited in that page's child pages. How do I
> turn that off?

TypoScript is entirely based on inheriting settings from pages higher up 
in the tree and from included templates.
You can however use a condition to only have properties set for a 
certain page:

[page|uid = nn]
my.setting = something
[global]

> If this is not the function of "Stop page tree" checkbox (under the
> "Behavior" tab) then WHAT IS its function? What does that "stop page
> tree" box actually do?

In old versions of TYPO3 it stopped the rendering of the page tree after 
that page and added a red [+] sign. If you clicked that the page with 
the [+] would be loaded as a temporary root.
With the introduction of the ExtJS pagetree this doesn't work anymore; 
it does however still work in the element browser popup (when you select 
a page/record/file to link to).
The option is not removed because we will replace the ExtJS pagetree 
with something even better and this option could then work again.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list