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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue