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_callback: ''
|
||||
settings:
|
||||
link_type: 17
|
||||
link_type: 16
|
||||
title: 1
|
||||
field_type: link
|
||||
|
|
|
@ -3,8 +3,12 @@ langcode: en
|
|||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- field_permissions
|
||||
- link
|
||||
- taxonomy
|
||||
third_party_settings:
|
||||
field_permissions:
|
||||
permission_type: public
|
||||
id: taxonomy_term.field_website
|
||||
field_name: field_website
|
||||
entity_type: taxonomy_term
|
||||
|
|
Loading…
Reference in New Issue