Task #39737
Add hint about TS Syntax
| Status: | Closed | Start date: | 2012-08-12 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Chris topher | % Done: | 100% |
|
| Category: | doc_tut_ts45 | |||
| Target version: | 1.2.0 | |||
| Votes: | 0 |
Description
We received the following comment via documentation@typo3.org:
It should be mentioned and highlighted that the opening bracket is not allowed to stand in its own line. Instead it needs to be written in the same line with the previous part of the definition, e.g.
page.10 {
value
}
instead of
page.10
{
value
}
I agree that this could be made clear. We can't expect beginners to read the full TS syntax manual.
Associated revisions
[TASK] Add hint about TS Syntax
Add a note that an opening bracket in TypoScript is not allowed to stand
in its own line. Instead it needs to be written in the same line with
the previous part of the definition.
Change-Id: I4e8b5883da2dcac5be04ff935bb2e130d32657df
Resolves: #39737
Reviewed-on: https://review.typo3.org/18353
Reviewed-by: Christopher
Tested-by: Christopher
History
Updated by Chris topher 3 months ago
- Assignee set to Chris topher
Updated by Chris topher 3 months ago
- Subject changed from Add hint about TS syntax to Add hint about TS Syntax
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18353
Updated by Gerrit Code Review 3 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18353
Updated by Chris topher 3 months ago
I have added an according comment after the first example, which uses curly brackets.
Updated by Chris topher 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e4c1340f5af0f84e787b4a0c7332033a373b97e4.
Updated by Chris topher 3 months ago
- Target version set to 1.2.0
Updated by Chris topher 3 months ago
- Status changed from Resolved to Closed