-
Notifications
You must be signed in to change notification settings - Fork 1
/
ext_typoscript_setup.txt
173 lines (170 loc) · 6.29 KB
/
ext_typoscript_setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
config.tx_extbase {
persistence {
classes {
X4e\X4ebase\Domain\Model\Page {
mapping {
tableName = pages
columns {
/* autogenerated, probably not needed because all fields match naming conventions.
perms_userid.mapOnProperty = permsUserid
perms_groupid.mapOnProperty = permsGroupid
perms_user.mapOnProperty = permsUser
perms_group.mapOnProperty = permsGroup
perms_everybody.mapOnProperty = permsEverybody
editlock.mapOnProperty = editlock
title.mapOnProperty = title
doktype.mapOnProperty = doktype
TSconfig.mapOnProperty = tsconfig
storage_pid.mapOnProperty = storagePid
is_siteroot.mapOnProperty = isSiteroot
php_tree_stop.mapOnProperty = phpTreeStop
url.mapOnProperty = url
urltype.mapOnProperty = urltype
shortcut.mapOnProperty = shortcut
shortcut_mode.mapOnProperty = shortcutMode
no_cache.mapOnProperty = noCache
fe_group.mapOnProperty = feGroup
subtitle.mapOnProperty = subtitle
layout.mapOnProperty = layout
target.mapOnProperty = target
media.mapOnProperty = media
lastUpdated.mapOnProperty = lastupdated
keywords.mapOnProperty = keywords
cache_timeout.mapOnProperty = cacheTimeout
newUntil.mapOnProperty = newuntil
description.mapOnProperty = description
no_search.mapOnProperty = noSearch
abstract.mapOnProperty = abstract
module.mapOnProperty = module
extendToSubpages.mapOnProperty = extendtosubpages
author.mapOnProperty = author
author_email.mapOnProperty = authorEmail
nav_title.mapOnProperty = navTitle
nav_hide.mapOnProperty = navHide
content_from_pid.mapOnProperty = contentFromPid
mount_pid.mapOnProperty = mountPid
mount_pid_ol.mapOnProperty = mountPidOl
alias.mapOnProperty = alias
l18n_cfg.mapOnProperty = l18nCfg
fe_login_mode.mapOnProperty = feLoginMode
url_scheme.mapOnProperty = urlScheme
backend_layout.mapOnProperty = backendLayout
backend_layout_next_level.mapOnProperty = backendLayoutNextLevel
cache_tags.mapOnProperty = cacheTags
*/
}
}
}
X4e\X4ebase\Domain\Model\PageLanguageOverlay {
mapping {
tableName = pages_language_overlay
columns {
crdate.mapOnProperty = creationDate
cruser_id.mapOnProperty = backendUser
/*
sys_language_uid.mapOnProperty = sysLanguageUid
title.mapOnProperty = title
hidden.mapOnProperty = hidden
starttime.mapOnProperty = starttime
endtime.mapOnProperty = endtime
deleted.mapOnProperty = deleted
subtitle.mapOnProperty = subtitle
nav_title.mapOnProperty = navTitle
media.mapOnProperty = media
keywords.mapOnProperty = keywords
description.mapOnProperty = description
abstract.mapOnProperty = abstract
author.mapOnProperty = author
author_email.mapOnProperty = authorEmail
doktype.mapOnProperty = doktype
url.mapOnProperty = url
urltype.mapOnProperty = urltype
shortcut.mapOnProperty = shortcut
shortcut_mode.mapOnProperty = shortcutMode
*/
}
}
}
X4e\X4ebase\Domain\Model\Content {
mapping {
tableName = tt_content
columns {
/* autogenerated, probably not needed because all fields match naming conventions.
CType.mapOnProperty = ctype
header.mapOnProperty = header
header_position.mapOnProperty = headerPosition
bodytext.mapOnProperty = bodytext
image.mapOnProperty = image
imagewidth.mapOnProperty = imagewidth
imageorient.mapOnProperty = imageorient
imagecaption.mapOnProperty = imagecaption
imagecols.mapOnProperty = imagecols
imageborder.mapOnProperty = imageborder
media.mapOnProperty = media
layout.mapOnProperty = layout
cols.mapOnProperty = cols
records.mapOnProperty = records
pages.mapOnProperty = pages
colPos.mapOnProperty = colpos
subheader.mapOnProperty = subheader
spaceBefore.mapOnProperty = spacebefore
spaceAfter.mapOnProperty = spaceafter
fe_group.mapOnProperty = feGroup
header_link.mapOnProperty = headerLink
imagecaption_position.mapOnProperty = imagecaptionPosition
image_link.mapOnProperty = imageLink
image_zoom.mapOnProperty = imageZoom
image_noRows.mapOnProperty = imageNorows
image_effects.mapOnProperty = imageEffects
image_compression.mapOnProperty = imageCompression
altText.mapOnProperty = alttext
titleText.mapOnProperty = titletext
longdescURL.mapOnProperty = longdescurl
header_layout.mapOnProperty = headerLayout
menu_type.mapOnProperty = menuType
list_type.mapOnProperty = listType
table_border.mapOnProperty = tableBorder
table_cellspacing.mapOnProperty = tableCellspacing
table_cellpadding.mapOnProperty = tableCellpadding
table_bgColor.mapOnProperty = tableBgcolor
select_key.mapOnProperty = selectKey
sectionIndex.mapOnProperty = sectionindex
linkToTop.mapOnProperty = linktotop
filelink_size.mapOnProperty = filelinkSize
section_frame.mapOnProperty = sectionFrame
date.mapOnProperty = date
multimedia.mapOnProperty = multimedia
image_frames.mapOnProperty = imageFrames
recursive.mapOnProperty = recursive
imageheight.mapOnProperty = imageheight
rte_enabled.mapOnProperty = rteEnabled
pi_flexform.mapOnProperty = piFlexform
l18n_parent.mapOnProperty = l18nParent
l18n_diffsource.mapOnProperty = l18nDiffsource
file_collections.mapOnProperty = fileCollections
filelink_sorting.mapOnProperty = filelinkSorting
target.mapOnProperty = target
accessibility_title.mapOnProperty = accessibilityTitle
accessibility_bypass.mapOnProperty = accessibilityBypass
accessibility_bypass_text.mapOnProperty = accessibilityBypassText
selected_categories.mapOnProperty = selectedCategories
category_field.mapOnProperty = categoryField
categories.mapOnProperty = categories
*/
}
}
}
}
}
}
# Module configuration
module.tx_x4ebase {
persistence {
storagePid = {$module.tx_x4ebase.persistence.storagePid}
}
view {
templateRootPath = {$module.tx_x4ebase.view.templateRootPath}
partialRootPath = {$module.tx_x4ebase.view.partialRootPath}
layoutRootPath = {$module.tx_x4ebase.view.layoutRootPath}
}
}