TYPO3: The Clipboard
The TYPO3 clipboard is a very handy tool but you rarely use all 4 of them. Also, when you logout the content is gone. Both these things can be fixed by a little TSConfig:
## Makes sure the clipboard doesn't clear:
options.saveClipboard = 1
## Reduces the amount of clipboards from 4 to 1:
options.clipboardNumberPads = 1
If ANYONE know how to use copy as default instead of move a comment is highly appreciated!
