Skip to content

Commit

Permalink
[FEATURE] new TypoScript conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirdes committed Dec 19, 2018
1 parent d73f7fd commit a997f9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Configuration/TypoScript/Extensions/form.typoscript
@@ -1,6 +1,6 @@
### Exclude from search engines ###
[globalVar = GP:tx_form_formframework > 0]
[request.getQueryParams()['tx_form_formframework'] > 0]
### Set no index ###
page.meta.robots.if >
page.headerData.654 >
[end]
[END]
4 changes: 2 additions & 2 deletions Configuration/TypoScript/Extensions/powermail.typoscript
@@ -1,6 +1,6 @@
### Exclude from search engines ###
[globalVar = GP:tx_powermail_pi1|mail|form > 0]
[request.getQueryParams()['tx_powermail_pi1'] > 0]
### Set no index ###
page.meta.robots.if >
page.headerData.654 >
[end]
[END]
4 changes: 2 additions & 2 deletions Configuration/TypoScript/Setup/tracking.typoscript
Expand Up @@ -4,9 +4,9 @@ page.headerData.657 = COA
<INCLUDE_TYPOSCRIPT: source="DIR:EXT:cs_seo/Configuration/TypoScript/Setup/Tracking/" extensions="typoscript">

### Disable Tracking if Backend User detected ###
[globalVar = TSFE:beUserLogin > 0]
[getTSFE().beUserLogin]
page.jsInline.654 >
page.bodyTagCObject.654 >
page.includeJSFooter.654 >
page.headerData.657 >
[end]
[END]

0 comments on commit a997f9b

Please sign in to comment.