Bug #37432
rondellGallery disable scrollbar
| Status: | Resolved | Start date: | 2012-05-23 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Daniel Lienert | % Done: | 0% |
|
| Category: | - | |||
| Target version: | YAG Themepack jQuery 1.0.0 | |||
| Votes: | 0 |
Description
TypoScript setup doesn't work:
plugin.tx_yag.settings.themes.rondellGallery.rondellSettings.scrollbar.enabled = false,
History
Updated by Daniel Lienert 6 months ago
- Status changed from New to Resolved
- Assignee set to Daniel Lienert
- Target version set to YAG Themepack jQuery 1.0.0
Fixed: with the additional comma on false(,) it is interpreted as string - not as boolean as it should be ;)