[TYPO3-hci] "Places Containing TypoScript" (PCT)

Martin Ficzel martin.ficzel at gmx.de
Wed Jun 14 14:19:16 CEST 2006


JoH schrieb:
> Just for clarification:
> It's at "page properties" because TSconfig is a field of the "pages" table,
> while TS templates got their own table "sys_templates".
> 
> Joey

my thoughts :

1. create page- and user-ts-config also as records in one special table
( maybe sys_config )

Benefit: get rid of the ts-config field in page header

2. allow subtemplating in these records like in normal ts records

Benefit: allow a cleaner structure and seperation of configurations

2. call the records different than now
   - sys_template (Template) >> "Frontend Configuration"
   - sys_config              >> "Backend Configuration"

Benefit: that would point out that ist is a configuration language wich
is often very hard to understand for newbies.

3. enable to select "backend configuration" records in the be_user and
be_usergroup records.

4. unify the syntax and options for user and page configuration so they
fit into one table.

Benefit: try to explain the difference between page and user ts-config
to someone and you will know what the benefit is ;-)) .


i know that seperating the configuration as records in a seperate
db-table and allowing them to be recursive will cause more work on
initializing the page but i think it is worth thinking about it.

regards Martin



More information about the TYPO3-team-hci mailing list