Skip to content
Snippets Groups Projects

Prevent inaccessible links from being displayed in LinkFormatter

5 unresolved threads
9 files
+ 128
13
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -203,46 +203,54 @@ process:
url_plain: 0
rel: 0
target: 0
access_check: false
plain:
trim_length: '80'
url_only: 1
url_plain: 1
rel: 0
target: 0
access_check: false
absolute:
trim_length: '80'
url_only: 1
url_plain: 1
rel: 0
target: 0
access_check: false
title_plain: #can't support title as plain text.
trim_length: '80'
url_only: 1
url_plain: 1
rel: 0
target: 0
access_check: false
url:
trim_length: '80'
url_only: 1
url_plain: 0
rel: 0
target: 0
access_check: false
short: #can't support hardcoded link text?
trim_length: '80'
url_only: 0
url_plain: 0
rel: 0
target: 0
access_check: false
label: # can't support label as link text?
trim_length: '80'
url_only: 0
url_plain: 0
rel: 0
target: 0
access_check: false
separate:
trim_length: '80'
rel: 0
target: 0
access_check: false
filefield:
image_plain:
image_style: ''
Loading