[Typo3-dev] TypoScript Editor
Igor Dimitrijevic
igor at kathimerini.gr
Fri Sep 24 12:05:05 CEST 2004
> Before anyone starts a TS editor I would encourage the interested
> parties to agree on some kind of TS meta data. The meta data must be of
> such kind that any extension developer can add infos about the TS
> configuration of the extension.
>
> I recommend xml for this as Typo3 has adpoted this format for flexforms
> and now localization already.
>
> Masi
I agree, XML is the best way to go.
It would be interesting to discuss how to highlight, for example, following
script:
page.10 = TEXT
page.10.field = subtitle
page.10.ifEmpty {
field = title
if.isTrue.field = title
wrap = <font color="red">|</font>
}
Is there a need for 3 different formats here or 2 are enough?
1st will be for TEXT object
2nd for properties: field, wrap, (ifEmpty?, isTrue?)
3rd for if?
Any thoughts on that?
Igor Dimitrijevic
www.ground.gr/play
More information about the TYPO3-dev
mailing list