Skip to content

Commit

Permalink
Merge pull request #342 from yalesites-org/YALB-1450-link-truncated
Browse files Browse the repository at this point in the history
YALB-1450: Link field truncates and breaks long links
  • Loading branch information
nJim authored Jul 11, 2023
2 parents 0149e1c + b9800fa commit a907604
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 1
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 4
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 3
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 3
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 1
region: content
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: '0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ content:
type: link_separate
label: hidden
settings:
trim_length: 80
trim_length: null
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
third_party_settings: { }
weight: 3
region: content
Expand Down

0 comments on commit a907604

Please sign in to comment.