set website link field in company external only
This commit is contained in:
parent
8668974419
commit
256d4dbf1c
|
@ -18,6 +18,6 @@ translatable: false
|
||||||
default_value: { }
|
default_value: { }
|
||||||
default_value_callback: ''
|
default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
link_type: 17
|
link_type: 16
|
||||||
title: 1
|
title: 1
|
||||||
field_type: link
|
field_type: link
|
||||||
|
|
|
@ -3,8 +3,12 @@ langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- field_permissions
|
||||||
- link
|
- link
|
||||||
- taxonomy
|
- taxonomy
|
||||||
|
third_party_settings:
|
||||||
|
field_permissions:
|
||||||
|
permission_type: public
|
||||||
id: taxonomy_term.field_website
|
id: taxonomy_term.field_website
|
||||||
field_name: field_website
|
field_name: field_website
|
||||||
entity_type: taxonomy_term
|
entity_type: taxonomy_term
|
||||||
|
|
Loading…
Reference in New Issue