Skip to content

Commit

Permalink
Updated help text based on Figma design comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmpickett authored Jul 17, 2024
1 parent 7c9ee08 commit 2190a1e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ dependencies:
- paragraphs.paragraphs_type.phone_number
module:
- epp
- tmgmt_content
third_party_settings:
epp:
value: ''
on_update: 1
tmgmt_content:
excluded: false
id: paragraph.phone_number.field_phone_extension
field_name: field_phone_extension
entity_type: paragraph
bundle: phone_number
label: 'Extension number'
description: 'Enter only numbers'
description: 'Enter only numbers.'
required: false
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@ dependencies:
- paragraphs.paragraphs_type.phone_number
module:
- epp
- tmgmt_content
third_party_settings:
epp:
value: ''
on_update: 1
tmgmt_content:
excluded: false
id: paragraph.phone_number.field_phone_label
field_name: field_phone_label
entity_type: paragraph
bundle: phone_number
label: Label
description: 'Use a label to indicate what office, department, or program can be reached here.'
description: 'Enter what office, department, or program can be reached with this number.'
required: true
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.paragraph.field_phone_number
- paragraphs.paragraphs_type.phone_number
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.phone_number.field_phone_number
field_name: field_phone_number
entity_type: paragraph
bundle: phone_number
label: 'Phone number'
description: 'Use format: 123-456-7890'
description: 'Enter a number using the format 123-456-7890.'
required: true
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ dependencies:
- paragraphs.paragraphs_type.phone_number
module:
- options
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.phone_number.field_phone_number_type
field_name: field_phone_number_type
entity_type: paragraph
bundle: phone_number
label: Type
description: ''
description: 'Choose a phone number type.'
required: true
translatable: false
default_value:
Expand Down

0 comments on commit 2190a1e

Please sign in to comment.