[TYPO3-dev] Variables at tca.php
Dmitry Dulepov [typo3]
dmitry at typo3.org
Fri May 2 16:20:43 CEST 2008
Christian Leicht wrote:
> I believe you do not understand me,
Probably.
> i have a main Table with a datastorage on pid 47 an a foreign_table with
> a datastorage on pid 23
>
> How is it possible to set this 2 datastorages via Typoscript?
###STORAGE_PID### always points to "General record storage" page that is set in page properties on the root page of the site. This is the first thing that you should know. Do not confuse ###STORAGE_PID### with your own selection of pages where you store records. ###STORAGE_PID### is always one for current web site.
You cannot change TCA entries using TypoScript setup. With TSConfig look here:
http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.1.0/view/1/3/#id3541230
You need to open page properties and there you can enter values:
TCEFORM.tx_yourtablename.fieldname.PAGE_TSCONFIG_ID = 1
--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
More information about the TYPO3-dev
mailing list