Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 5, 2024

Backport #1325
Authored by: @brotkrueml

Setting a TypoScript option to `false` does not really disable the
option as it is casted to bool later on. `true` casts to true, which
is correct, but for consistency reasons, we should always use
`0` and `1` in TypoScript for boolean values.

See: https://docs.typo3.org/m/typo3/reference-typoscript/12.4/en-us/DataTypes/Index.html#boolean

Releases: main, 12.4
@garvinhicking garvinhicking merged commit 6014ed0 into 12.4 Sep 5, 2024
@garvinhicking garvinhicking deleted the backport-1325-to-12.4 branch September 5, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants