Skip to content

Commit

Permalink
added config files
Browse files Browse the repository at this point in the history
  • Loading branch information
yeniatencio committed Jan 7, 2025
1 parent 73e7e65 commit a9e17d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies:
- paragraphs.paragraphs_type.key_journeys
module:
- link
- linkit
- maxlength
id: paragraph.key_journeys.default
targetEntityType: paragraph
bundle: key_journeys
Expand All @@ -27,8 +29,10 @@ content:
settings:
placeholder_url: ''
placeholder_title: ''
linkit_profile: content
linkit_auto_link_text: false
third_party_settings: { }
type: link_default
type: linkit
region: content
field_paragraph_title:
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- paragraphs.paragraphs_type.key_journeys
module:
- link
- linkit
id: paragraph.key_journeys.default
targetEntityType: paragraph
bundle: key_journeys
Expand All @@ -33,10 +34,11 @@ content:
trim_length: 80
url_only: false
url_plain: false
rel: ''
target: ''
rel: '0'
target: '0'
linkit_profile: content
third_party_settings: { }
type: link
type: linkit
region: content
field_paragraph_title:
weight: 2
Expand Down

0 comments on commit a9e17d3

Please sign in to comment.