Daniel Siepmann
dffcac2bd5
* To make later checks easier, add the fully qualified object identifier, to all object identifier tokens while tokenizing TypoScript. * Adjust tests accordingly. * Add necessary autoloading. Closes: #66
19 lines
270 B
TypeScript
19 lines
270 B
TypeScript
# Comment
|
|
plugin {
|
|
tx_example {
|
|
settings = TEST
|
|
}
|
|
tx_example_2 {
|
|
settings = TEST
|
|
}
|
|
}
|
|
plugin.tx_example.view.something = 1
|
|
plugin.tx_example {
|
|
view {
|
|
something = 1
|
|
}
|
|
settings2 = TEST
|
|
}
|
|
config {
|
|
enable_realurl = 1
|
|
}
|