Update field formatter settings

This commit is contained in:
Mauricio Dinarte 2024-12-04 10:12:34 -06:00
parent bedab0df8d
commit 93501a1a66
2 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@ content:
label: inline label: inline
settings: settings:
timezone_override: '' timezone_override: ''
format_type: long format_type: olivero_medium
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content

View file

@ -9,6 +9,7 @@ dependencies:
- node.type.venue - node.type.venue
module: module:
- address - address
- telephone
- text - text
- user - user
id: node.venue.default id: node.venue.default
@ -31,10 +32,10 @@ content:
weight: 1 weight: 1
region: content region: content
field_phone: field_phone:
type: string type: telephone_link
label: inline label: inline
settings: settings:
link_to_entity: false title: ''
third_party_settings: { } third_party_settings: { }
weight: 0 weight: 0
region: content region: content