Created
June 25, 2013 09:28
-
-
Save MartinMuzatko/5857172 to your computer and use it in GitHub Desktop.
Typoscript for overwriting body opening Tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page.bodyTag > | |
page.bodyTagCObject = TEXT | |
page.bodyTagCObject.value = <body class="{field:backend_layout}"> | |
// These are ALL the available field: variables that are available | |
uid => '1' (1 chars) | |
pid => '0' (1 chars) | |
t3ver_oid => '0' (1 chars) | |
t3ver_id => '0' (1 chars) | |
t3ver_wsid => '0' (1 chars) | |
t3ver_label => '' (0 chars) | |
t3ver_state => '0' (1 chars) | |
t3ver_stage => '0' (1 chars) | |
t3ver_count => '0' (1 chars) | |
t3ver_tstamp => '0' (1 chars) | |
t3ver_move_id => '0' (1 chars) | |
t3_origuid => '0' (1 chars) | |
tstamp => '1372104413' (10 chars) | |
sorting => '0' (1 chars) | |
deleted => '0' (1 chars) | |
perms_userid => '0' (1 chars) | |
perms_groupid => '0' (1 chars) | |
perms_user => '0' (1 chars) | |
perms_group => '0' (1 chars) | |
perms_everybody => '0' (1 chars) | |
editlock => '0' (1 chars) | |
crdate => '1372103862' (10 chars) | |
cruser_id => '0' (1 chars) | |
hidden => '0' (1 chars) | |
title => 'Home' (4 chars) | |
doktype => '1' (1 chars) | |
TSconfig => NULL | |
storage_pid => '0' (1 chars) | |
is_siteroot => '1' (1 chars) | |
php_tree_stop => '0' (1 chars) | |
tx_impexp_origuid => '0' (1 chars) | |
url => '' (0 chars) | |
starttime => '0' (1 chars) | |
endtime => '0' (1 chars) | |
urltype => '0' (1 chars) | |
shortcut => '0' (1 chars) | |
shortcut_mode => '0' (1 chars) | |
no_cache => '0' (1 chars) | |
fe_group => '' (0 chars) | |
subtitle => '' (0 chars) | |
layout => '0' (1 chars) | |
url_scheme => '0' (1 chars) | |
target => '' (0 chars) | |
media => '' (0 chars) | |
lastUpdated => '0' (1 chars) | |
keywords => NULL | |
cache_timeout => '0' (1 chars) | |
cache_tags => '' (0 chars) | |
newUntil => '0' (1 chars) | |
description => NULL | |
no_search => '0' (1 chars) | |
SYS_LASTCHANGED => '1372108256' (10 chars) | |
abstract => NULL | |
module => '' (0 chars) | |
extendToSubpages => '0' (1 chars) | |
author => '' (0 chars) | |
author_email => '' (0 chars) | |
nav_title => '' (0 chars) | |
nav_hide => '0' (1 chars) | |
content_from_pid => '0' (1 chars) | |
mount_pid => '0' (1 chars) | |
mount_pid_ol => '0' (1 chars) | |
alias => '' (0 chars) | |
l18n_cfg => '0' (1 chars) | |
fe_login_mode => '0' (1 chars) | |
backend_layout => '1' (1 chars) | |
backend_layout_next_level => '1' (1 chars) | |
categories => '0' (1 chars) | |
media_fileUids => '' (0 chars) | |
_MIGRATED => TRUE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment