.. include:: ../../../../Includes.txt .. _typo3-install-format-crop: =========== format.crop =========== Simplified crop view helper that does not need a frontend environment Examples ======== Defaults:: This is some very long text Output:: This is... Inline notation:: {someLongText -> f:format.crop(maxCharacters: 10)} Output:: someLongText cropped after 10 characters... (depending on the value of {someLongText}) Arguments ========= .. _format.crop_maxcharacters: maxCharacters ------------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description`