This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias web='cd ~/Documents/Websites' | |
alias apps='cd ~/Documents/Apps' | |
alias okgrunt='git pull && sublime . && grunt' | |
alias ok='git pull && sublime .' | |
alias okgo='git pull && sublime . && vagrant up' | |
alias okgogrunt='git pull && sublime . && vagrant up && npm install && grunt' | |
alias okupdate='ncu -u && composer update' | |
alias subl='sublime .' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TCEFORM.tt_content { | |
# Disable fields that specify/change image dimensions | |
imagewidth.disabled = 1 | |
imageheight.disabled = 1 | |
section_frame.disabled = 1 | |
# Limit column selection | |
imagecols.keepItems = 1, 2, 3, 4 | |
imagecols.types.textpic.keepItems = 1, 2 | |
} |