mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 23:24:34 +00:00
Update field formatter settings
This commit is contained in:
parent
bedab0df8d
commit
93501a1a66
2 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,7 @@ content:
|
|||
label: inline
|
||||
settings:
|
||||
timezone_override: ''
|
||||
format_type: long
|
||||
format_type: olivero_medium
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
|
|
|
@ -9,6 +9,7 @@ dependencies:
|
|||
- node.type.venue
|
||||
module:
|
||||
- address
|
||||
- telephone
|
||||
- text
|
||||
- user
|
||||
id: node.venue.default
|
||||
|
@ -31,10 +32,10 @@ content:
|
|||
weight: 1
|
||||
region: content
|
||||
field_phone:
|
||||
type: string
|
||||
type: telephone_link
|
||||
label: inline
|
||||
settings:
|
||||
link_to_entity: false
|
||||
title: ''
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
|
|
Loading…
Reference in a new issue