You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cat=basic; type=bool; label=Do not use these softreference parsers (comma separated list) when parsing content (default: "url": workaround for TYPO3 core bug)
excludeSoftrefs = url
# cat=basic; type=bool; label=In which fields should excludeSoftrefs apply (comma separated list of table.field) (default: tt_content.bodytext)
excludeSoftrefsInFields = tt_content.bodytext
# cat=basic; type=int; label= Maximum number of pages to traverse in Backend. Limit is disabled if =0. This should be set to a hard limit for performance reasons.