TYPO3: Remove javascript warnings in the BE

Use the following in your TSConfig to disable warnings in the BE. This can be useful when you’re an experienced user. Just be careful, warning are not there just to anoy you ;)

# This option defines via a bitmask what to enable or disable
# options.alertPopups = 255 (default value)

# These options are possible:
# 1 - typeChange
# 2 - copy/move/paste
# 4 - delete
# 8 - frontend editing
# 128 - other - reserved but not used

# Example: disable warning by typeChange and copy/move/paste
# 255 - 1 -2 = 252
options.alertPopups = 252

Bookmark and Share

Drop a comment