Skip to content

Commit

Permalink
PXBF-1787-hint-hyperlink: change field hint to formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
gchi25 committed Sep 17, 2024
1 parent f2541a9 commit 589dce7
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ dependencies:
- paragraphs.paragraphs_type.b_levent_elg_criteria
module:
- paragraphs
- text
id: paragraph.b_levent_elg_criteria.default
targetEntityType: paragraph
bundle: b_levent_elg_criteria
mode: default
content:
field_b_children:
type: paragraphs
weight: 6
weight: 5
region: content
settings:
title: Paragraph
Expand Down Expand Up @@ -51,11 +52,11 @@ content:
placeholder: ''
third_party_settings: { }
field_b_hint:
type: string_textfield
type: text_textarea
weight: 3
region: content
settings:
size: 60
rows: 5
placeholder: ''
third_party_settings: { }
field_b_legend:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- paragraphs.paragraphs_type.b_levent_elg_criteria
module:
- entity_reference_revisions
- text
id: paragraph.b_levent_elg_criteria.default
targetEntityType: paragraph
bundle: b_levent_elg_criteria
Expand All @@ -24,7 +25,7 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 6
weight: 4
region: content
field_b_criteria_key:
type: entity_reference_label
Expand All @@ -40,13 +41,12 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 7
weight: 5
region: content
field_b_hint:
type: string
type: text_default
label: above
settings:
link_to_entity: false
settings: { }
third_party_settings: { }
weight: 2
region: content
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
uuid: 96756355-9a7a-4487-956a-c55e7d93d268
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_b_hint
- paragraphs.paragraphs_type.b_levent_elg_criteria
module:
- text
id: paragraph.b_levent_elg_criteria.field_b_hint
field_name: field_b_hint
entity_type: paragraph
bundle: b_levent_elg_criteria
label: Hint
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: c0a37ed2-140b-421d-94ae-577f210ac42a
langcode: en
status: true
dependencies:
module:
- field_permissions
- paragraphs
- text
third_party_settings:
field_permissions:
permission_type: public
id: paragraph.field_b_hint
field_name: field_b_hint
entity_type: paragraph
type: text_long
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit 589dce7

Please sign in to comment.